You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,14 +51,21 @@ When resources on a node are depleted:
47
51
48
52
### How pods are "chosen"
49
53
50
-
Pods have a quiality-of-service based on resource requests and limits [](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/)
54
+
Pods have a quality-of-service based on resource requests and limits [](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/)
51
55
52
56
- Best effort: All container have resource identical requests and limits
53
57
- Burstable: At least one container has resource requests or limits
54
58
- Guaranteed: All container do not have resource requests or limits
55
59
56
60
Scheduling uses resource requests to find suitable node
57
61
58
-
Notes:
59
-
Check pods for QoS
60
-
`kubectl get pods -A -o json | jq -r '.items[] | "\(.metadata.name): \(.status.qosClass)"'`
- <span class="fa-li"><i class="fa-duotone fa-ball-pile"></i></span> and more [](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#metric-types)
0 commit comments