Difference between revisions of "QosClass"

From wikieduonline
Jump to navigation Jump to search
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lc}}
 +
* https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/
  
 +
* <code>qosClass: BestEffort</code>
  
  qosClass: BestEffort
+
=== Types ===
 +
* <code>[[Guaranteed]]</code>
 +
* <code>[[Burstable]]</code>
 +
* <code>[[BestEffort]]</code>
  
  
kubectl get pods -n cluster-autoscaler -o yaml cluster-autoscaler-0987654321
+
* [[Node-pressure Eviction]]
 +
* [[Karpenter]]
 +
 
 +
* <code>[[kubectl get pods]] -n cluster-autoscaler -o yaml cluster-autoscaler-0987654321</code>
 +
 
 +
== Related ==
 +
* <code>[[QosClass]]</code>
 +
* <code>[[PriorityClassName]]</code>
 +
* <code>[[Mark a pod as critical]]</code>
 +
* <code>[[Eviction]]</code>
 +
* <code>[[containers:]]</code>
 +
 
 +
== See also ==
 +
* {{K8s}}
 +
 
 +
[[Category:K8s]]

Latest revision as of 15:02, 2 January 2023

Advertising: