http://127.0.0.1:51298/
Dashboard | minikube (k8s.io)
https://minikube.sigs.k8s.io/docs/handbook/dashboard/
Id CommandLine
-- -----------
- 1 minikube
- 2 minikube addons list
- 4 minikube config view
- 5 cd C:\minikube\
- 6 dir
- 7 .\minikube.exe config view
- 8 minikube config view
- 9 minikube start --container-runtime=docker
- 12 kubectl get pod --output=wide
- kubectl expose deployment hello-minikube --type=NodePort --port=8080
- kubectl get pod --output=wide
- kubectl get services hello-minikube
- minikube service hello-minikube
- ./minikube dashboard
- kubectl create deployment hello-minikube --image=kicbase/echo-server:1.0
No comments:
Post a Comment