Helmsman, Helm, kubectl and aws-iam-authenticator to access an AWS EKS cluster
100K+
This repository contains all tools to access your EKS cluster in AWS and ships Helmsman, Helm, kubectl and aws-iam-authenticator in one small docker image.
docker run -it \
-e AWS_EKS_CLUSTER_NAME=sample-123456 \
-e AWS_ACCESS_KEY_ID=<key> \
-e AWS_SECRET_ACCESS_KEY=<secret> \
widerin/eks-helmsman
Set your cluster by running following command in the container:
aws eks update-kubeconfig --name=$AWS_EKS_CLUSTER_NAME
AWS_EKS_CLUSTER_NAME: Your EKS cluster name in AWS consoleAWS_ACCESS_KEY and AWS_SECRET_ACCESS_KEY: AWS credentials to access the clusterContent type
Image
Digest
Size
80.5 MB
Last updated
over 7 years ago
docker pull widerin/eks-helmsman