I am going through this tutorial .My ambassador end point is not setting up after using this command
export AMBASSADOR_LB_ENDPOINT=$(kubectl -n ambassador get svc ambassador -o "go-template={{range .status.loadBalancer.ingress}}{{or .ip .hostname}}{{end}}")
If I try to print echo $AMBASSADOR_LB_ENDPOINT
it returns empty. kubectl get svc
gave me below output.
Any idea what's wrong with my configuration.
It was problem regarding Minikube. It got solved.
I followed the steps given here