tools / k8s-debug
Kubernetes Debug Helper
Paste pod descriptions, events, or logs to detect common failure signals and generate useful kubectl commands.
api-7d9
namespace: prod
CrashLoopBackOff
Signals
CrashLoopBackOffOOMKilled or memory pressure
Commands
kubectl describe pod api-7d9 -n prod
kubectl logs api-7d9 -n prod --previous
kubectl logs api-7d9 -n prod --all-containers
kubectl get events -n prod --sort-by=.lastTimestamp
kubectl debug api-7d9 -n prod -it --image=busybox --target=<container>
DebugTools product
Kubernetes Debug Helper
Kubernetes Debug Helper is a focused DebugTools mini-product for developers. Detect common pod failure signals and generate focused kubectl debug commands.
Use cases
- Inspect CI, Kubernetes, trace, SQL, JVM, and production incident signals.
- Move from noisy output to the next command or measurement to run.
- Create an investigation note that is easy for teammates to follow.
How it works
- Paste or load the snippet you want to inspect in Kubernetes Debug Helper.
- Run the tool in the browser and review the highlighted output.
- Copy, export, or turn the result into the next debugging step.
Privacy
- Kubernetes Debug Helper is local-first. The core workflow runs in your browser and does not require sending pasted content to DebugTools servers.
This tool history
Recent K8s Debug sessions
Only visits for this tool are shown. Pasted content, tokens, request bodies, and logs are not stored here.
Loading this tool history...