Minikube Testing easy access cmds
Start Minikube
Minikube forwards the service to localhost
Access Via tunnel
Get the external IP of the service
Output | Copy and use the IP External IP for UI access
Setup nameSpace AS Default
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.7.0
args:
- —namespace=kubernetes-dashboard
- —enable-insecure-login
