Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (45.3k points)

I have installed Docker and minikube and kubectl. After that I\'m trying to open minikube dashboard to deploy an application using minikube GUI. 

1. First, I ran the command to start the minikube and kuberneter cluster. #minikube start --vm-driver=none 

2. Running the below command to open minikube dashboard then I'm getting error.  #minikube dashboard Opening http://127.0.0.1:42887/api/v1/namespaces/kube-system/services/http:kubernetes-dashboard:/proxy/ in your default browser... failed to open browser: exec: \\\\\\\"xdg-open\\\\\\\": executable file not found in $PATH Note: I\'m running Ubuntu instance in AWS.

1 Answer

0 votes
by (16.8k points)
An ubuntu instance in AWS cannot open a browser. If you want to execute minikube, you should use a GUI based VM box, or Linux. If not, you can use a windows system as well. One thing to try, try going to the public ip address of the instance along with whatever is there in the link after 127.0.0.1
...