As every other chapter so far, we'll start by creating a Minikube single-node cluster.
All the commands from this chapter are available in the 07-ingress.sh (https://gist.github.com/vfarcic/54ef6592bce747ff2d1b089834fc755b) Gist.
cd k8s-specs git pull minikube start --vm-driver=virtualbox kubectl config current-context
The cluster should be up-and-running, and we can move on.