- kubeadm
- https://github.com/kubernetes/kubeadm
- https://github.com/kubernetes/kubernetes/tree/master/cmd/kubeadm
- a common set of building blocks for all Kubernetes deployments; the piece that provides secure and recommended ways to bootstrap Kubernetes
- 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.
- 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
- hyperkube
- https://github.com/kubernetes/kubernetes/tree/master/cluster/images/hyperkube
- an all-in-one binary for the Kubernetes server components
- kubernetes-anywhere
- https://github.com/kubernetes/kubernetes-anywhere
- concise, reliable, cross-platform turnup of Kubernetes clusters
- seems to be cloud-only
- kube-deploy
- https://github.com/kubernetes/kube-deploy
- a repository of community maintained Kubernetes cluster deployment automations
- seems to be dead
- kargo
- https://github.com/kubernetes-incubator/kargo
- deploy a production ready kubernetes cluster with ansible
- HA, clouds, bare-metal
- minikube
- https://github.com/kubernetes/minikube
- a tool that makes it easy to run Kubernetes locally
- not really a deployment tool