Skip to content

Commit 1e236de

Browse files
authored
Update k8s-best-practices-requests-limits.adoc
1 parent a527c5b commit 1e236de

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

modules/k8s-best-practices-requests-limits.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
= Requests/Limits
33

44
Kubernetes provides mechanisms for defining resource usage per container:
5-
Requests: The guaranteed minimum amount of a resource (e.g., CPU, memory). Used by the scheduler.
5+
[.indent] Requests: The guaranteed minimum amount of a resource (e.g., CPU, memory). Used by the scheduler.
6+
[.indent] Limits: The maximum amount a container is allowed to consume. Enforced by the kubelet.
7+
[.indent] Quotas: Enforce aggregate resource usage at the namespace/project level to prevent resource overuse.
68

7-
8-
Limits: The maximum amount a container is allowed to consume. Enforced by the kubelet.
9-
10-
11-
Quotas: Enforce aggregate resource usage at the namespace/project level to prevent resource overuse.
129
See: OpenShift Resource Quotas Per Project
1310

1411
See link:https://docs.openshift.com/container-platform/latest/applications/quotas/quotas-setting-per-project.html[Resource quotas per project] for more information.

0 commit comments

Comments
 (0)