CrashLoopBackOff debugging
Goal: Identify why the container is restarting and fix the real root cause.
- Describe the pod and read events (probe failures, image pull, OOM).
- Read logs (use `-c` for multi-container pods).
- Check environment variables and mounted config/secrets.
- Validate readiness/liveness probes.
- Roll forward a fix, or rollback safely if needed.