Prepare the cluster
First we need to prepare the cluster.
Minikube
minikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress
Once the cluster is up and running, you need the start the load balancer tunnel in a new terminal, as this command must be running until you shut down your cluster, or the tunnel.
minikube tunnel