- Home
- All questions
- Question 355
CKA study material · question 355 of 1000
A Pod is stuck in Waiting. What does that indicate?
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