k8s-debug
Installation
SKILL.md
Debug Kubernetes Container
Launch an ephemeral debug container attached to a running pod for interactive debugging.
When to Use
- Pod is failing but you need to inspect it live
- Need debugging tools (curl, netstat, tcpdump) not available in production container
- Want to debug without modifying production container image
- Investigating network, process, or filesystem issues in running pod