AirHelp / docker-kops

Kops Docker Image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "$@"

About

Kops Docker Image

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%