I have created 2 load balancers from a Deployment file.
- Internal Ingress (for internal load balamcer)
- External Ingress (for external load balancer).
Now after deploying i am able to access internal api with in VPC but not from pod. for example
curl https://test-internal.test.com/systime
gives me output if i execute from outside of pod (with in same VPC).
but if do same curl call within the pod
seeing the below error
curl: (52) Empty reply from server
- I have tried to do nslookup within pod it is resolving.
- I have done telnet from pod to the endpoint which is connecting.
What more things do i need to check here