I'm currently using minikube and I'm trying to access my application by utilizing the minikube tunnel
since the service type is LoadBalancer
.
I'm able to obtain an external IP when I execute the minikube tunnel
, however, when I try to check it on the browser it doesn't work. I've also tried Postman and curl, they both don't work.
To add to this, if I shell into the pod I can use curl and it does work. Furthermore, I executed kubectl port-forward
and I was able to access my application through localhost.
Does anyone have any idea as to why I'm not being able to access my application even though everything seems to be running correctly?