Skip to content

Dockerfile including kubectl and aws-iam-authenticator to deploy kubernetes resources to a Kubernetes Cluster hosted on AWS.

Notifications You must be signed in to change notification settings

marcelo-cardozo/docker-kubectl-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Docker & Kubectl & Aws

Dockerfile including kubectl and aws-iam-authenticator to deploy kubernetes resources to a Kubernetes Cluster hosted on AWS.

Docker Hub

marcecardozo/kubectl-eks

Example

docker run -v "$(pwd)/k8s/:/app/k8s/" \
           -e AWS_ACCESS_KEY_ID=${ENV_AWS_TRAVIS_ACCESS_KEY} \
           -e AWS_SECRET_ACCESS_KEY=${ENV_AWS_TRAVIS_SECRET_ACCESS_KEY} \
           -e AWS_PROFILE=${ENV_AWS_TRAVIS_PROFILE}  \
           marcecardozo/kubectl-eks \
           kubectl --kubeconfig=/app/k8s/config/kubeconfig.yaml apply -f /app/k8s/

About

Dockerfile including kubectl and aws-iam-authenticator to deploy kubernetes resources to a Kubernetes Cluster hosted on AWS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published