Kubernetes can function with master and slave nodes.

Nodes

A node is a Kubernetes worker machine that may be physical or virtual.

Nodes are managed by the control plane.

Every node must have 3 processes installed, being:

Master node (Control Plane)

There can be multiple master nodes, with the api-server being load balanced.

Every master node needs to have 4 processes, being:

Example Cluster Set-Up

Untitled

Layers of abstraction