Add doc about opening k8s dashboard in Minikube tutorial (#7375)
* Added doc about Minukube dashboard * Addressed review comment
This commit is contained in:
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`
|
||||
|
||||
Reference in New Issue
Block a user