Sign inSign up

widerin/eks-helmsman

By widerin

•Updated over 7 years ago

Helmsman, Helm, kubectl and aws-iam-authenticator to access an AWS EKS cluster

Image
0

100K+

widerin/eks-helmsman repository overview

⁠Helm, Kubectl and helmsman for EKS

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.

⁠Run

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

⁠Environment variables

  • AWS_EKS_CLUSTER_NAME: Your EKS⁠ cluster name in AWS console
  • AWS_ACCESS_KEY and AWS_SECRET_ACCESS_KEY: AWS credentials to access the cluster

Tag summary

Content type

Image

Digest

Size

80.5 MB

Last updated

over 7 years ago

docker pull widerin/eks-helmsman