Skip to content

docker image for managing kubernetes clusters in combination with aws

License

Notifications You must be signed in to change notification settings

hnrchrdl/aws-kubectl-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-kubectl docker image

This docker image was created to help managing of cluster in AWS, for example managed with EKS, mainly in CI/CD environments.

Dockerhub: hrnchrdl/aws-kubectl

Example usage

docker run --rm \
  -e AWS_ACCESS_KEY_ID=<aws_access_key_id> \
  -e AWS_SECRET_ACCESS_KEY=<aws_secret_access_key> \
  -e AWS_DEFAULT_REGION=<aws_region_key> \
  -e CLUSTER_NAME=<name_of_cluster> \
  hnrchrdl/aws-kubectl \
  kubectl get pods

About

docker image for managing kubernetes clusters in combination with aws

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published