Tracking "real" resource utilization metrics #77
drmorr0
started this conversation in
Feature Requests and Future Work
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, Virtual Kubelet (and, I assume, KWOK) don't report any metrics about "real" resource utilization of the nodes or pods running on them. You can get information about pod requests/limits via, e.g., kube-state-metrics, but if you wanted to know (or replay) actual CPU utilization of a pod via cAdvisor metrics, you can't.
In theory sk-tracer could capture this data, but there are a bunch of problems to solve:
Solving this problem is critical before we can do things like simulating HPA or KEDA behaviour, for example.
Beta Was this translation helpful? Give feedback.
All reactions