提交 52874db0 编写于 作者: A Abdulla Bin Mustaqeem

Accessing minikube Dashboard UI

上级 b1899479
......@@ -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`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册