minikube start --addons=ingress,ingress-dns
kubectl get pods -n ingress-nginx
skaffold dev
minikube tunnel
# Check terminal during testing - it may require some actions/confirmations
curl -m 3 --resolve "application-ingress.info:80:127.0.0.1" -i http://application-ingress.info/hello
curl -m 3 --resolve "application-ingress.info:80:127.0.0.1" -i http://application-ingress.info/hello -u 'username:password'
htpasswd -nb 'username' 'password' | base64