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

CKA study material · question 619 of 1000

In a ResourceQuota, what does a bare memory entry constrain?

  1. The sum of memory limits across the namespace
  2. The sum of memory requests, the same as requests.memory
  3. The largest memory limit any single Pod may set
  4. The node memory reserved for the namespace
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

Challenge yourself on this topic → Study as cards