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

AirHelp/docker-kops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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