Nicholas Weight
07/08/2025, 2:04 PMNicholas Weight
07/08/2025, 2:07 PMNicholas Weight
07/09/2025, 6:39 PMkubectl top pod
, I have to do the following:
Query A:
container_memory_working_set
Average by k8s_pod_name, k8s_container_name
Query B:
k8s_container_memory_limit
same Average by as above
Function F1:
A/B
Y-axis unit:
Percent (0.0-1.0)
Apparently the k8s_container_memory_limit_utlization
includes all the memory stuff the container claims and not just the actual memory that is actively being usedNicholas Weight
07/09/2025, 6:39 PMSrikanth Chekuri
07/10/2025, 2:46 AM