diff --git a/docs/tutorials/stateless-application/hello-minikube.md b/docs/tutorials/stateless-application/hello-minikube.md index b68fe8867d..ed0a1a16a5 100644 --- a/docs/tutorials/stateless-application/hello-minikube.md +++ b/docs/tutorials/stateless-application/hello-minikube.md @@ -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`