Kubernetes cluster architecture is the overall design of how Kubernetes is built.
A cluster is split into two main parts:
—
User request ↓ API Server (Control Plane) ↓ Scheduler decides node ↓ Worker Node runs Pod
—
You deploy a web app:
—
Cluster = a group of machines working together: