Service URL if we're not minikube

How we can get service url that works on browser if we’re not using minikube?

Can you elaborate on what you are using instead of minikube?

In general (not for production, as you should use ingress there), you create your service as a NodePort service and deploy it.

The service should be accessible via the IP of any node in your cluster at the given node port

1 Like

Thanks, Alistair, I’ll check further