Process Flow - Desired state vs actual state reconciliation
User defines desired state
Kubernetes stores desired state
Controller checks actual state
Compare actual state with desired state
Do nothing
Update actual state
Loop back to check actual state
This flow shows how Kubernetes controllers continuously compare the desired state with the actual state and make changes to keep the system as the user wants.