Learn how to debug your first Kubernetes crash like a pro (even if you’re just starting out).Step 1: Understand the Crash Types: CrashLoopBackOff, ImagePullBackOff, OOMKilled, Completed.Step 2: Check Pod Status by using kubectl get pods command.Step 3: Check Pod Logs using kubectl logs command.