Exploring the Types of Quotas
In this lesson, we will explore the several types/groups of Quotas.
We can divide quotas into several groups.
1. Compute Resource Quotas
Compute resource quotas limit the total sum of the compute resources. They are as follows.
| Resource Name | Description |
|---|---|
cpu |
Across all pods in a non-terminal state, the sum of CPU requests cannot exceed this value. |
limits.cpu |
Across all pods in a non-terminal state, the sum of CPU limits cannot exceed this value. |
limits.memory |
Across all pods in a non-terminal state, the sum of memory limits cannot exceed this value. |
memory |
Across all pods in a non-terminal state, the sum of memory requests cannot exceed this value. |
Access this course and 1600+ top-rated courses and projects.