Quantcast
Channel: Understanding Kubernetes pod resource utilization in GCP monitoring - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Kelson Martins for Understanding Kubernetes pod resource...

you are correct. kubectl top pod also presents the current usage in millicores, so it can also be used to calculate a possible limit reduction.kubectl top pod | grep prometheus-k8s | awk '{print...

View Article



Understanding Kubernetes pod resource utilization in GCP monitoring

let's say I have the following resource requests:cpu 25mmem 256MiAnd I have the following limits:cpu 1mem 1GiAnd I have the following utilizationcpu 15.01%mem 17.24%Question... Is utilization % of...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images