B
B
bozedai2020-04-10 08:52:26
Kubernetes
bozedai, 2020-04-10 08:52:26

How to set limits on own resources in node in kubernetes?

Good afternoon everyone!
In kubernetes, you can set limits on the use of system resources for a node: memory, processor, etc.
Is it possible to create some kind of own type of resource that k8s will monitor and will not create new pods on this node if this resource is not enough? And how to implement it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2020-04-10
@bozedai

Yes, there are such ways. But which one is suitable depends on the resource. The simplest option would be through extended resources .
In a more complex case, you will have to create a kubernetes resource, probably its controller.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question