Kubectl Dapatkan Penggunaan Memori Pod

kubectl exec pod_name -- /bin/bash
cat /sys/fs/cgroup/memory/memory.usage_in_bytes
Roveir