Answers for "Kubectl get memory usage of pod"

1

Kubectl get memory usage of pod

kubectl exec pod_name -- /bin/bash
cat /sys/fs/cgroup/memory/memory.usage_in_bytes
Posted by: Guest on June-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language