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

CKA study material · question 197 of 1000

What is the difference between a ResourceQuota and a LimitRange?

  1. A quota constrains a single object; a LimitRange caps the namespace total
  2. Both cap the namespace total, but a LimitRange is cluster-scoped
  3. A quota caps the namespace total; a LimitRange constrains a single object
  4. A quota applies to Pods and a LimitRange to nodes
Show the answer

Answer: C. A quota caps the namespace total; a LimitRange constrains a single object

A LimitRange bounds what one object may request, whereas a ResourceQuota caps the namespace's total.

Source: Limit Ranges (Kubernetes) — Limit Ranges

Challenge yourself on this topic → Study as cards