Slide 17
Slide 17 text
Andrew Godwin / @andrew@aeracode.org
Kubernetes Example
● User creates a new Deployment
● Deployment controller notices that the deployment has no pods
○ To reconcile this, it makes one
● Pod controller notices that the pod is not assigned
○ To reconcile this, it assigns it to a node
● Kubelet notices it has an assigned pod that is not running
○ To reconcile this, it creates it locally and starts it