Kubernetes scenario practice
Make the right kubectl call under pressure.
Short incident scenarios with graded feedback — practice the decisions you make in real clusters, not isolated trivia.
scenario · pod_debuggingStandard
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.
How a session works
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.