Accessing minikube Dashboard UI

pull/4009/head
Abdulla Bin Mustaqeem 2019-03-27 23:54:00 +05:00
parent b1899479f5
commit 52874db0e6
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ Start a cluster by running:
`minikube start`
Access Minikube Dashboard UI:
`minikube dashboard`
Once started, you can interact with your cluster using `kubectl`, just like any other Kubernetes cluster. For instance, starting a server:
`kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.4 --port=8080`