You know the drill, so let's get the cluster setup over and done with.
All the commands from this chapter are available in the 11-ns.sh (https://gist.github.com/vfarcic/6e0a03df4c64a9248fbb68673c1ab719) Gist.
cd k8s-specs git pull minikube start --vm-driver=virtualbox minikube addons enable ingress kubectl config current-context
Now that the cluster is created (again), we can start exploring Namespaces.