Process Flow - kubectl configuration for EKS
Start: User wants to access EKS cluster
Run aws eks update-kubeconfig
AWS CLI fetches cluster info
Update kubeconfig file with cluster details
kubectl uses updated kubeconfig
User can run kubectl commands on EKS cluster
END
This flow shows how the user runs a command to update kubectl config for EKS, AWS CLI fetches cluster info, updates kubeconfig, and then kubectl can access the cluster.