Kubernetes

What are the components of the master node (aka control plane)?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  • API Server - the Kubernetes API. All cluster components communicate through it
    • Scheduler - assigns an application with a worker node it can run on
    • Controller Manager - cluster maintenance (replications, node failures, etc.)
    • etcd - stores cluster configuration