kubectl -n kube-system edit service kubernetes-dashboard
#change the .spec.type to NodePort
#You can reach by hitting the nodePort for the dashboard on the master
kubectl describe services kubernetes-dashboard --namespace=kube-system
#NodePort: <unset> 30042/TCP
#http://MASTER:30042