Hi openshift community,
I am currently migrating an app to Openshift and has encountered failed health probes due to connection refused. What I find strange is that if I ssh into the pod and use curl localhost:10080/xxx-service/info It returns HTTP 200 but if I use the IP address then it fails with
This is the details:
- POD status
- Logs in Openshift saying Spring boot started successfully
- Openshift events saying probes failed due to connection refused
- Tried SSH to pod to check using localhost which works
Not sure why the IP address is not resolving at the POD level.... Does anyone know the answer or have encountered it?



