Pod Debugging
43 scenarios · 7 runbooks
Kubernetes Decision Trainer
Build kubectl commands, make incident decisions, and drill troubleshooting workflows — the skills you use on real clusters and in CKA/CKAD exams.
Live session preview
A Pod in namespace shop keeps restarting. Status: CrashLoopBackOff.
?What is your best next step?
✓ Best first step
Describe shows Events, exit codes, and probe failures — then logs --previous.
Five minutes, three beats — the same arc CKA and on-call practice both reward: orient, decide, then sequence.
Warm up
Two quick foundation prompts refresh the concepts you need before the incident hits.
Decide
Read realistic terminal output, then pick the best first kubectl step from graded options.
Sequence
When the fix takes more than one move, order the runbook — describe before delete.