Docker and Kubernetes

Master containerization with Docker and orchestration with Kubernetes.

advanced DevOps & Deployment 6 hours

Chapter 9: Kubernetes Architecture

Chapter 9 of 15

Chapter 9: Kubernetes Architecture

9.1 Control Plane Components

  • API Server - Cluster frontend
  • etcd - Cluster state storage
  • Scheduler - Pod placement
  • Controller Manager - Cluster controllers

9.2 Node Components

  • kubelet - Node agent
  • kube-proxy - Network proxy
  • Container Runtime - Docker/containerd