Prerequirement:
- hypervisor (KVM, virtual box)
- docker
https://minikube.sigs.k8s.io/docs/start/macos/
Note:
- Sometime we need to restart to manachine to make hypervisor and minikube work together
- Start minikube:
minikube start
- Check minikube status:
minikube status
- Start dashboard with minikube:
minikube dashboard
- Check exposed URL of services
minikube service list