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