Sign inSign up

nanusefue/aws-eksctl

By nanusefue

Updated about 7 years ago

This Docker image contains the Eksctl, with which we can create our cluster of kube in aws.

Image
0

763

nanusefue/aws-eksctl repository overview

aws-eksctl

From nanusefue/aws-eksctl
RUN aws configure set profile.YourProfileName.aws_access_key_id XXXXXXXXXXXXXXXXXXXX
RUN aws configure set profile.YourProfileName.aws_secret_access_key XXXXXXXXXXXXXXXXXXXXXXXX
RUN aws configure set profile.YourProfileName.region eu-west-1
docker run --volume "$(pwd)/awskube/kube:/root/.kube/" -it --entrypoint="" eksctl eksctl create cluster --name=YourClusterName --version=1.11 --region=us-west-2 --profile=YourProfile --nodes=2  --nodes-min=2 --nodes-max=4 --node-type=t2.medium  --node-ami=auto 

Tag summary

Content type

Image

Digest

Size

318.9 MB

Last updated

about 7 years ago

docker pull nanusefue/aws-eksctl