Kubernetes Core Concept

Architecture


Master Component

The master is responsible for exposing the application program interface (API), scheduling the deployments and managing the overall cluster.

  • API Server
  • Controller
  • Scheduler
  • Etcd

Node


Reference