Process Flow - Desired replicas vs actual replicas
User sets desired replicas
Kubernetes Controller Manager
Check current actual replicas
Actual < Desired
Create pods
Update actual replicas count
Match desired replicas?
No→Repeat check
Yes
Stable state
This flow shows how Kubernetes compares desired replicas with actual pods and adjusts by creating or deleting pods until they match.