Sign inSign up

cmdlabs/eks-utils

By cmdlabs

Updated about 5 years ago

Amazon EKS utilities image

Image
0

50K+

cmdlabs/eks-utils repository overview

docker-eks-utils

Docker Cloud Automated build Docker Cloud Build Status

https://hub.docker.com/r/cmdlabs/eks-utils

Overview

docker-eks-utils implements a container containing a variety of tools for managing your EKS cluster.

  • kubectl
  • Helm v3
  • awscli

Usage

This container can be used with the 3 Musketeers pattern:

  • docker-compose.yml
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
  • Makefile
deploy: .env kubeConfig
	docker-compose run --rm eks kubectl apply -f deployment.yml

Tag summary

Content type

Image

Digest

Size

174.4 MB

Last updated

about 5 years ago

docker pull cmdlabs/eks-utils