Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

fireworkweb/docker-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fireworkweb/k8s

ATTENTION - THIS REPO MOVED TO kool-dev/docker-toolkit

fwd is dead, long live kool (check it out now!)

This repository is deprecated and archived in favour of Kool maintened DevOps toolbox: https://github.com/kool-dev/docker-toolkit

Below you will find original fireworkweb/k8s README for the sake of historic value.


Docker image with Kubernetes-related tools.

Available packages:

  • kubectl
  • helm
  • aws-cli
  • do-ctl

Usage

You can use it running the package you need directly:

# kubectl
docker run --rm -it fireworkweb/k8s kubectl version --client

# helm
docker run --rm -it fireworkweb/k8s helm version

# aws
docker run --rm -it fireworkweb/k8s aws --version

# doctl
docker run --rm -it fireworkweb/k8s doctl version

You can also use some specific tag version. Check the available tags.

docker run --rm -it fireworkweb/k8s:1.0.0 kubectl version --client

License

MIT