Located: https://github.com/kubernetes repositories
Described: https://github.com/kubernetes/community/blob/master/sig-cluster-lifecycle/README.md#subprojects
Use your own laptop...
Use Public Cloud...
Many Public Cloud providers has "Kubernetes as a Service", depends on costs...
3 VMs, all 3 have etcd installed, all 3 are nodes (running pods), 2 of them run master components
https://kubernetes.io/blog/2016/09/how-we-made-kubernetes-easy-to-install/
part of the Kubernetes distribution as of 1.4.0
response to criticisms of Kubernetes is hard to install
does not provision machines
https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/
You install Docker and the official Kubernetes packages
Select a master host, run kubeadm init
This sets up the control plane and outputs a kubeadm join […] command which includes a secure token
On each host selected to be a worker node, run the kubeadm join […] command from above
Install a pod network