Control Plane and Nodes: Worker Nodes
Learn about the workers of the Kubernetes cluster nodes.
We'll cover the following...
Worker Nodes
Worker nodes are for running user applications and look like the following figure:
Press + to interact
Let’s look at the major worker node components.
Kubelet
The kubelet is the main Kubernetes agent and handles all communication with the cluster. ...