I have PostgreSQL pod in OpenShift and I want to make some integration tests in my java application directly from IDE.
I tried to create route to service, but i can't connect to route hostname and 5432 port
I also tried to create LoadBalancer service. It has ClusterIP and External IP, but i can't even ping external IP.
The only working solution I found is oc port-forward.
But is there any other way to make my PostgreSQL pod accesed remotely?