Components of Kubernetes Worker Node:

Control Plane The clusters are controlled by the component plane. The scheduling, instantiating a pod and deployments are handled by the control plane.

kubelet The process responsible for communication between the Kubernetes control plane and the node.

Container Runtime A runtime responsible for the managing the container.