infra-pods

Installation
SKILL.md

Kubernetes Pod Management

Overview

Inspect pod status, health, events, and resource usage across cluster environments.

Pod Status

List pods for a service

kubectl --context=<env> get pods -n <namespace> | grep <service>

List all pods in a namespace with status

kubectl --context=<env> get pods -n <namespace> -o wide
Installs
1
First Seen
Jun 23, 2026
infra-pods — weorbitant/ai-dev-kit-pgi