I have an Openshift 4.6 platform running an applicative pod. We use postman to send request to the pod.
The applicative pod return a 200 http response code, but get a 502 in postman. So there is a interim component inside OpenShift/K8s that should transform the 200 into a 502.
Is there a way to debug/trace more information in Egress ?
Thanks
Nicolas