Kubernetes

What is Resource Quota?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Resource quota provides constraints that limit aggregate resource consumption per namespace. It can limit the quantity of objects that can be created in a namespace by type, as well as the total amount of compute resources that may be consumed by resources in that namespace.