Kubernetes Architecture Overview

  1. Infrastructure place

    1. This includes #Nodes, #Disks, #Network

  2. Control plane

    1. This includes

      1. API Server

      2. Scheduler

      3. etcd

      4. control manager

      5. kubelet

      6. kube-proxy

  3. Kubernetes objects and Abstractions

Last updated