kubelet and dockerd process in master node use too many memory

8/21/2018

Enviroment:

CentOS 7

CPU:2 core

Total Memory: 4G

Is it accpectable for the k8s master node use memory like this? If not what should I do to trace the problem?

enter image description here

-- J.Chan
centos7
kubectl
kubernetes

1 Answer

8/22/2018

It is the usual behavior of kubelet. It consumes as much memory as it needs, it depends on the number of pods, nodes, etc. Here you could find the minimal requirements for K8s.

-- Nick Rak
Source: StackOverflow