...

/

Exploring the Types of Quotas

Exploring the Types of Quotas

Explore the several types/groups of quotas.

We'll cover the following...

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.
...