Kubernetes components

Kubernetes includes two major players:

  • Masters: The master is the heart of Kubernetes; it controls and schedules all of the activities in the cluster
  • Nodes: Nodes are the workers that run our containers