Study. uk . com
  1. Home
  2. All questions
  3. Question 376

CKA study material · question 376 of 1000

A container shows State Waiting with reason CrashLoopBackOff. Where is the reason it died?

  1. In the node's conditions
  2. In the Pod's phase field
  3. In Last State Terminated, with its exit code
  4. In the ReplicaSet's status
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

Challenge yourself on this topic → Study as cards