From 44ba5567b1445d04b6af8e1f39c1e4a50650a7ef Mon Sep 17 00:00:00 2001 From: Elvadas NONO Date: Mon, 13 May 2019 10:58:12 +0200 Subject: [PATCH] Entry for QoS (#5993) (#14083) * Entry for QoS (#5993) * QoSClass terminology * QoSClass terminology renamming item * QoS definition * Review update QoS Class and Grammar * dash in glossary id qos-class --- .../en/docs/reference/glossary/qos-class.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 content/en/docs/reference/glossary/qos-class.md diff --git a/content/en/docs/reference/glossary/qos-class.md b/content/en/docs/reference/glossary/qos-class.md new file mode 100755 index 0000000000000..6ecd3e402a093 --- /dev/null +++ b/content/en/docs/reference/glossary/qos-class.md @@ -0,0 +1,24 @@ +--- +title: QoS Class +id: qos-class +date: 2019-04-15 +full_link: +short_description: > + 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. + +aka: +tags: +- core-object +- fundamental +- architecture +related: + - pod + +--- + 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`. + +