Declarative Desired State and Reconciliation
Kubernetes stores a declared desired state for every object and runs controllers that continuously compare it to observed state, taking corrective action until they converge. Nothing is executed imperatively; deleting a Pod by hand just triggers the loop to recreate it.
This Concept is waiting for its first lesson!
Kubernetes stores a declared desired state for every object and runs controllers that continuously compare it to observed state, taking corrective action until they converge. Nothing is executed imperatively; deleting a Pod by hand just triggers the loop to recreate it.
Are you a teacher? Sign in to start contributing.
Sign In