- Home
- All questions
- Question 619
CKA study material · question 619 of 1000
In a ResourceQuota, what does a bare memory entry constrain?
Show the answer
Answer: B. The sum of memory requests, the same as requests.memory
In a quota the bare names cpu and memory are synonyms for requests.cpu and requests.memory; capping the sum of limits requires limits.cpu or limits.memory.
Source: Resource Quotas (Kubernetes) — Types of resource quota › Quota for infrastructure resources