Konubinix' opinionated web of thoughts

Get Cpu and Memory Usage of Pods in K8s

Fleeting

get cpu and memory usage of pods in k8s

curl https://raw.githubusercontent.com/pythianarora/total-practice/master/sample-kubernetes-code/metrics-server.yaml | kubectl apply -f -
kubectl top pod --all-namespaces --sort-by cpu --containers