AWS EKS connect and setup kubectl
To setup your kubectl to talk to your eks cluster, ensure you hav setup your aws cli and then run the following command:
aws eks update-kubeconfig --region ap-southeast-2 --name my-eks-cluster-name
Then deploy and interact at will.
Comments