Deploy a Kubernetes cluster¶
We will describe a number of ways to deploy a cluster locally. One relies on docker and it's Kubernetes-in-Docker (kind), the other can leverage various hypervisors and it's called minikube. A native way to deploy Kubernetes is kubeadm.