e9703497a1
For some unknown reasons, we have got many markdown files with exec permission. That is weird and risky.
818 B
818 B
title, id, date, full_link, short_description, aka, tags, related
| title | id | date | full_link | short_description | aka | tags | related | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| QoS Class | qos-class | 2019-04-15 | QoS Class (Quality of Service Class) provides a way for Kubernetes to classify pods within the cluster into several classes and make decisions about scheduling and eviction. |
|
|
QoS Class (Quality of Service Class) provides a way for Kubernetes to classify Pods within the cluster into several classes and make decisions about scheduling and eviction.
QoS Class of a Pod is set at creation time based on its compute resources requests and limits settings. QoS classes are used to make decisions about Pods scheduling and eviction.
Kubernetes can assign one of the following QoS classes to a Pod: Guaranteed, Burstable or BestEffort.