- Install ingress nginx controller
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml
https://kubernetes.github.io/ingress-nginx/deploy/
- Enable ingress
Minikube
minikube addons enable ingress