• 📄 11.1. Understanding the architecture
  • 11.1.1. The distributed nature of Kubernetes components
  • 11.1.2. How Kubernetes uses ETCD
  • 11.1.3. What the API server does
  • 11.1.4. Understanding how the API server notifies clients of resource changes
  • 11.1.5. Understanding the Scheduler
  • 11.1.6. Introducing the controllers running in the Controller Manager
  • 11.1.7. What the Kubelet does
  • 11.1.8. The role of the Kubernetes Service Proxy
  • 11.1.9. Introducing Kubernetes add-ons

  • 📄 11.2. How controllers cooperate
  • 11.2.1. Understanding which components are involved
  • 11.2.2. The chain of events (Deployment)
  • 11.2.3. Observing cluster events

  • 📄 11.3. Understanding what a running pod is

  • 📄 11.4. Inter-pod networking