Skip to content

Instantly share code, notes, and snippets.

@etoews
Created February 20, 2017 16:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etoews/fb0a1525665677c25d5ad075c1e7a0f4 to your computer and use it in GitHub Desktop.
Save etoews/fb0a1525665677c25d5ad075c1e7a0f4 to your computer and use it in GitHub Desktop.
  1. kubeadm
  1. bootkube
  • https://github.com/kubernetes-incubator/bootkube
  • a helper tool for launching self-hosted Kubernetes clusters. when launched, bootkube will act as a temporary Kubernetes control-plane (api-server, scheduler, controller-manager), which operates long enough to bootstrap a replacement self-hosted control-plane.
  1. kops
  • https://github.com/kubernetes/kops
  • automate full cluster operations: installation, reconfiguration of your cluster, upgrading kubernetes, and eventual cluster deletion
  • aws only right now
  1. hyperkube
  1. kubernetes-anywhere
  1. kube-deploy
  1. kargo
  1. minikube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment