Process Flow - Kubernetes architecture (control plane and nodes)
User/Client
API Server
Controller Manager
etcd (Data Store)
Kubelet
Container Runtime
The control plane manages the cluster state and schedules work. Nodes run the actual containers. Communication flows from user to API server, then to scheduler and controllers, and finally to nodes.