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

Popular posts from this blog

Windows SSH: Permissions for 'private-key' are too open

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20