Resource Quotas
Last updated
Last updated
Multiple users or teams share the same infrastructure, and they should only use a particular share of the resources. The resource quota defined by ResourceQuota object provides the constrains that limit the aggregate resource consumption per namespace.
More details could be found here
The total sum of storage resources could be limited in a given namespace.
Resource Name | Description |
| Across all persistent volume claims, the sum of storage requests cannot exceed this value. |
| The total number of persistent volume claims that can exist in the namespace. |
| Across all persistent volume claims associated with the storage-class-name, the sum of storage requests cannot exceed this value. |
| Across all persistent volume claims associated with the storage-class-name, the total number of persistent volume claims that can exist in the namespace. |
There are Compute Resource Quota, Object Count Quota and more. They could be found from the official docs: