Add doc about opening k8s dashboard in Minikube tutorial (#7375)

* Added doc about Minukube dashboard

* Addressed review comment
This commit is contained in:
Vikram Hosakote
2018-02-13 01:31:49 -05:00
committed by k8s-ci-robot
parent 8a1aa53c9c
commit 5283227603
@@ -122,6 +122,12 @@ Verify that `kubectl` is configured to communicate with your cluster:
kubectl cluster-info
```
Open the Kubernetes dashboard in a browser:
```shell
minikube dashboard
```
## Create your Node.js application
The next step is to write the application. Save this code in a folder named `hellonode`