Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

minikube dashboard not working

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

like image 426
Fabry Avatar asked Oct 23 '17 15:10

Fabry


1 Answers

simply type 'minikube dashboard' from command terminal.

like image 62
Prateek Jain Avatar answered Sep 21 '22 09:09

Prateek Jain