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

CKA study material · question 352 of 1000

A Pod is stuck in Pending. What does that state tell you?

  1. It has not been scheduled onto a node
  2. It is being deleted
  3. It is running but failing its readiness probe
  4. It is scheduled but the image will not pull
Show the answer

Answer: A. It has not been scheduled onto a node

Pending means the Pod could not be scheduled; the scheduler's reason appears in its events.

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

Challenge yourself on this topic → Study as cards