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

CKA study material · question 852 of 1000

A Pod has been Pending for ten minutes. What does that state tell you, and where is the reason recorded?

  1. It is scheduled but cannot start; the reason is in the container logs
  2. It has not been scheduled; the scheduler's reason is in its events
  3. It is terminating; the reason is in lastState.terminated
  4. Its image is still pulling; the reason is in the runtime's logs
Show the answer

Answer: B. It has not been scheduled; the scheduler's reason is in its events

Pending means the Pod could not be placed on a node, and the scheduler records why in the Pod's events, which kubectl describe prints.

Source: Debug Pods (Kubernetes) — Debugging Pods › My pod stays pending

Challenge yourself on this topic → Study as cards