Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Moderating Pod's appetites on a K8s node: the brief
Otomato profile imageRoman Belshevitz
Roman Belshevitz forOtomato

Posted on • Edited on

     

Moderating Pod's appetites on a K8s node: the brief

In Kubernetes terms, cluster operators that want to restrictthe amount of resources a single container or pod may consume are able to define allowable ranges per Kubernetes namespace. In the absence of any explicit assignments, the Kubernetes systemis able to apply default resource limits and requests if desired in orderto constrain the amount of resource a pod consumes on a node.

By default,pods run with unbounded CPU and memory limits. This means that any pod in the system will be able to consume as much CPU and memory on the node that executes the pod.

Users may want to impose restrictions on the amount of resources a single pod in the system may consume for a variety of reasons. In general, users may:

Many thanksBoris Zaikin and Densify 🇨🇦 team for their contribution to community (Boris's article on Dev.tois here)! Canadian guys wrote some good examplesin the blog.

Photo by Glasscon of Germany.

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Continuous Cloud and Edge

More fromOtomato

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp