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

CKA study material · question 355 of 1000

A Pod is stuck in Waiting. What does that indicate?

  1. It has been scheduled but cannot run on its node
  2. It has not been scheduled
  3. It is terminating
  4. It has completed successfully
Show the answer

Answer: A. It has been scheduled but cannot run on its node

Waiting means the Pod reached a node but cannot start there; a failed image pull is the usual cause.

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

Challenge yourself on this topic → Study as cards