Result of free command in openShift pod

12/11/2017

If I execute "free" command in the pod (openshift/kubernetes), what output I will get.

Will I get the memory utilisation of pod or memory utilisation of node where pod exist.

-- OpenShift
kubernetes
openshift

1 Answer

12/11/2017

I believe it is the node. Some things like that don't relate to the pod but fall back to the node. Another example is uptime. That is also for the node.

-- Graham Dumpleton
Source: StackOverflow