EKS - sjherrick/code-base GitHub Wiki
EKS
Connect to EKS
- Download AWS-endorsed Kubectl (using powershell):
curl -o kubectl.exe https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.8/2019-08-14/bin/windows/amd64/kubectl.exe
- Download AWS CLI
pip install awscli
- Authenticate your session by entering your access key & secret key
aws configure
AWS Access Key ID [None]: ########
AWS Secret Access Key [None]: #########
- Create Kubeconfig
aws eks --region region update-kubeconfig --name cluster_name
- Ensure EKS admin has added your ARN/username to cluster RBAC (using aws-iam-authenticator)