Kubernetes Pod Debugger
Diagnose and resolve common Kubernetes pod issues with targeted kubectl commands and remediation strategies.
Usage
Describe the pod issue you are experiencing or paste error output, and this skill will guide you through diagnosis and resolution.
Examples
- "My pod is stuck in CrashLoopBackOff, how do I debug it?"
- "Pod keeps getting OOMKilled, what should I check?"
- "Service can't reach another pod in a different namespace"
Guidelines
- Always check pod events first with kubectl describe
- Review container logs for application-level errors
- Verify resource requests and limits are appropriate
- Check node capacity and scheduling constraints
- Validate network policies and service configurations