minikube dashboard not working

Fabry picture Fabry · Oct 23, 2017 · Viewed 8.9k times · Source

I'm pretty new with Minikube.
I want to try minikube in a local machine.
I installed ubuntu server and docker.
I've downloaded and started minikube using this command:

sudo minikube start --vm-driver=none

If I type this command:

sudo kubectl get services --all-namespaces

if I type: sudo minikube dashboard --url I get: http://127.0.0.1:30000

If I try to use the browser installed on my laptop (replacing 127.0.0.1 with the server ip address) I cannot connect to the Minikube dashboard.

enter image description here

Answer

Prateek Jain picture Prateek Jain · Jun 13, 2018

simply type 'minikube dashboard' from command terminal.