2025年Guaranteed,Burstable, BestEfford-Kubernetes服务质量类

Guaranteed,Burstable, BestEfford-Kubernetes服务质量类在 CAdvisor 监控数据中 看到容器分了好多层 其中有 burstable slice bestefford slice 这个到底是什么意思呢 原来这个是 Kubernetes 在 Cgroup 中的分类 用于对容器资源的控制 CPU 内存

大家好,我是讯享网,很高兴认识大家。

在CAdvisor监控数据中,看到容器分了好多层,其中有burstable.slice, bestefford.slice,这个到底是什么意思呢?

Kubernetes服务质量类包含三类:Guaranteed,Burstable, BestEfford。

When Kubernetes creates a Pod it assignsone of these QoS classes to the Pod:

   Guaranteed

   Burstable


讯享网

    Every Container in the Pod must have a memory limit and a memory request, and they must be the same.

    Every Container in the Pod must have a cpu limit and a cpu request, and they must be the same.

Here isthe configuration file for a Pod that has one Container. The Container has a memorylimit and a memory request, both equal to 200 MiB. The Container has a cpulimit and a cpu request, both equal to 700 millicpu:

小讯
上一篇 2025-02-13 20:44
下一篇 2025-02-15 07:01

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/127735.html