Masters and Nodes: Nodes
Learn about the workers of the Kubernetes cluster: nodes.
We'll cover the following
Nodes
Nodes are the workers of a Kubernetes cluster. At a high level, they do three things:
- Watch the API Server for new work assignments.
- Execute new work assignments.
- Report back to the control plane (via the API server).
As we can see from the figure below, they’re a bit simpler than masters.
Get hands-on with 1200+ tech skills courses.