https://hub.docker.com/r/cmdlabs/eks-utils
docker-eks-utils implements a container containing a variety of tools for managing your EKS cluster.
This container can be used with the 3 Musketeers pattern:
version: '3.7'
services:
eks:
image: cmdlabs/eks-utils:1.0.0
env_file: .env
working_dir: /work
volumes:
- .:/work
- ~/.kube:/root/.kube
- ~/.aws:/root/.aws
- ~/.helm/repository:/root/.helm/repository
deploy: .env kubeConfig
docker-compose run --rm eks kubectl apply -f deployment.yml
Content type
Image
Digest
Size
174.4 MB
Last updated
about 5 years ago
docker pull cmdlabs/eks-utils