Monitor /kubepods cgroup for allocatable metrics #55638
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
Currently, for memory allocatable evictions, we sum the memory usage of pods in order to calculate allocatable memory usage.
We can get more accurate metrics by monitoring the kubepods cgroup, which contains all pods and their processes. This has a few benefits:
cc @kubernetes/sig-node-feature-requests
/priority longterm
The text was updated successfully, but these errors were encountered: