Kubernetes Debugging

Debug, troubleshoot, diagnose, analyze, and resolve Kubernetes cluster incidents with kubectl (get, describe, logs, exec, debug). Interpret pod status (CrashLoopBackOff, ImagePullBackOff, Pending, OOMKilled, Evicted), analyze events, inspect containers, check resources, run ephemeral debug containers, and audit namespace contexts. Use kubectl debug with netshoot or busybox images for distroless and crashed containers, and run kubectl rollout status to monitor stuck deployments. Use when pods crash, services fail, deployments hang, or containers won't start.

jander99 Updated

File contents

jander99/skills/tree/main/skills/kubernetes-debugging commit 08bb596502

Frequently asked questions

npx skillmds@latest add jander99/kubernetes-debugging