- Home
- All questions
- Question 376
CKA study material · question 376 of 1000
A container shows State Waiting with reason CrashLoopBackOff. Where is the reason it died?
Show the answer
Answer: C. In Last State Terminated, with its exit code
CrashLoopBackOff is the waiting state; Last State Terminated carries the exit code from the previous attempt.
Source: Debug Running Pods (Kubernetes) — Debugging via a shell on the node