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

Pre-flight Checks

Installs
2
Repository
eveld/claude
GitHub Stars
4
First Seen
Feb 28, 2026
k8s-debug — eveld/claude