Debug a CrashLooping Pod
Use Pod events and logs to recover a broken workload.
A beginner Linux challenge worth 3 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.
The Challenge
Scenario: orders-api is stuck in CrashLoopBackOff after a configuration change.
Use kubectl describe pod orders-api and kubectl logs orders-api to find the failure. Edit orders-api.yaml, apply it, and wait until the Pod is Running and Ready. Run check when done.