Put the read-only MCP lab to work. Diagnose the crashing pod from Lesson 1 entirely through Claude Code — reading pods, events, and logs — separate the CrashLoopBackOff symptom from its real root cause, and prove the agent can fully explain the failure while being unable to change anything. Then fix it yourself and confirm the repair through the agent, read-only.
This lesson diagnoses the exact crasher pod from Lesson 1 through the agent — it does not create a new problem. Confirm the crash is still happening and the read-only MCP server is still connected before you start investigating.
kubectl get pods -n democlaude mcp listThe crasher pod should be cycling through Error and CrashLoopBackOff with a climbing RESTARTS count, while the web pods stay Running. 'claude mcp list' confirms the k8s-readonly server from Lesson 1 is still registered and connected, so the agent has its read-only tools available.
'kubectl get pods -n demo' shows the web-... pods Running and crasher in CrashLoopBackOff (or Error) with RESTARTS greater than zero. 'claude mcp list' lists k8s-readonly as connected.