Process Flow - kubectl get for listing resources
User runs 'kubectl get'
kubectl sends request to API server
API server queries cluster state
API server returns list of resources
kubectl displays resource list to user
The command sends a request to the Kubernetes API server, which returns the current list of resources. kubectl then shows this list to the user.