Sign inSign up

airhelp/kops

By airhelp

•Updated over 6 years ago

Kops Docker Images based on Alpine Linux.

Image
6

10K+

airhelp/kops repository overview

⁠docker-kops

Kops Docker Images based on Alpine Linux.

⁠What is kops?

Kops is a tool to lets you deploy production-grade, highly available, Kubernetes clusters from the command line.

⁠Usage

docker run --rm -it \
  -e AWS_REGION \
  -e AWS_PROFILE \
  -e KOPS_STATE_STORE \
  -v "$HOME"/.ssh:/root/.ssh:ro \
  -v "$HOME"/.aws:/root/.aws:ro \
  -v "$HOME"/.kube:/root/.kube:rw \
  -v "$(pwd)":/workdir \
  -w /workdir \
  airhelp/kops "$@"

Tag summary

Content type

Image

Digest

Size

41.4 MB

Last updated

over 6 years ago

docker pull airhelp/kops