- Home
- All questions
- Question 872
CKA study material · question 872 of 1000
On a four-node cluster where each node has one CPU, a Pod requesting 1000m stays Pending on every node. What is the likely explanation?
Show the answer
Answer: D. Addon Pods on every node already consume part of each node's capacity
Cluster addon Pods run on each node and take part of its allocatable capacity, so a request equal to a node's full CPU can find nowhere to fit.
Source: Debug Running Pods (Kubernetes) — Example: debugging Pending Pods