DevOps with Kubernetes
上QQ阅读APP看书,第一时间看更新

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