Get number of pods running on a specific node (Alert on/before outOfPods) #2367
Unanswered
niklassc-xyz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The allocatable pods or the capacity of pods can be viewed with
kube_node_status_allocatable{resource="pods"}
, resp.kube_node_status_capacity{resource="pods"}
.When that amount of pods run on a node, attempting to add another will result in an
outOfPods
.Is there a way to get the number of pods currently running on a specific node, which would allow to alert when this is close to happen?
Beta Was this translation helpful? Give feedback.
All reactions