Process Flow - Kubectl for cluster management
Start: User runs kubectl command
kubectl parses command
kubectl sends request to Kubernetes API Server
API Server authenticates and authorizes request
API Server processes request and updates cluster state
kubectl receives response
kubectl displays output to user
End
kubectl takes your command, talks to the Kubernetes API server, which checks and updates the cluster, then kubectl shows you the result.