Kubernetes: Architecture

Kubernetes basic architecture
Kubernetes basic architecture

Master node components-

  • API Server
  • Scheduler
  • Control Manager
    • Node controller
    • Replication controller
    • Endpoint controller
    • Service account
  • Etcd

Worker node components-

  • Kubelet
  • Kube-Proxy
  • Pod
  • Container(Container runtime)

Clients-

  • kubectl

Leave a Comment


The reCAPTCHA verification period has expired. Please reload the page.