Merge pull request #4009 from AbdullahBM/master

Accessing minikube Dashboard UI
pull/3646/head
Thomas Strömberg 2019-04-25 10:54:32 -07:00 committed by GitHub
commit 829dd3ecf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,10 @@ Start a cluster by running:
`minikube start`
Access Kubernetes Dashboard within Minikube:
`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`