- Home
- All questions
- Question 618
CKA study material · question 618 of 1000
A Deployment is applied successfully into a namespace with a tight ResourceQuota, but only two of its five replicas appear. Where does the explanation show up?
Show the answer
Answer: A. In the Deployment's status, for example through kubectl describe
The workload object is created successfully and it is the Pods that get refused, so the quota failure appears in the Deployment's status rather than at apply time.
Source: Resource Quotas (Kubernetes) — How Kubernetes ResourceQuotas work