external ip either goes pending or the assigned ip is not working external ip either goes pending or the assigned ip is not working kubernetes kubernetes

external ip either goes pending or the assigned ip is not working


First of all, you can not expose your service in minikube with LoadBalanser type because it intended to use cloud provider’s load balancer

You should rather use service command:

minikube service hotspot-deployment --url

Then open url in your browser