Skip to content

Commit 7fb03c2

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

99
See: OpenShift Resource Quotas Per Project
1010

0 commit comments

Comments
 (0)