Platform & DevOps·The orchestrator's model of the world
you stopped addressing individual machines and started submitting work to a pool that decides where it lands.
Cluster
Also calledcompute cluster, orchestration cluster
A set of nodes under one control plane, presented as a single place to run things. The unit matters more than it looks: a cluster is a blast radius, an upgrade unit, a security boundary of sorts and a billing boundary, so 'how many clusters' is one of the more consequential platform decisions a team makes. One big cluster is cheaper and packs better; many small ones fail independently and let teams upgrade on their own schedule.