QoS Classes
Pod QoS(Quality of Service)Classes是k8s根据pod的resource request/limit而设置的服务质量类,在节点资源不足时会根据QoS Classes进行驱逐
可选的QoS Classes有三种:Guaranteed
、Burstable
和 BestEffort
<button class="headerButton">QoS Classes</button>
|
<button class="headerButton">条件</button>
|
<button class="headerButton">补充说明</button>
|
---|---|---|
Guaranteed |
|
|
Burstable |
|
If a limit is not specified, it defaults to a limit equivalent to the capacity of the Node |
BestEffort |
或者
|
can use node resources that aren't specifically assigned to Pods in other QoS classes |