Master Vs Worker nodes
Master nodes has following components:
kube-apiserver
: it talks tokubelet
on worker nodes to manage them.etcd
: it is key-value pair storage which stores nodes information and other information.controller
: controls the creation and destruction of containers.scheduler
Worker nodes has following components:
kubelet
: gives the health information about the worker nodes.- Container runtime: software responsible for running the containers. For example docker, rkt and CRI-O.