I know this topic have being raised more than once, but there are a lot of unanswered question on the web:
I’ve had recently moved from docker to kubernetes runtime (loving the Helm charts), I saw that it creates a pod for each pipeline (very clever) and since all containers in a pod shares the same network I was expecting the service to be available at 127.0.0.1.
Now I understand that it is a DIND thing but had no idea how overcame it. I know other people have same issue, if you solved it somehow please share ideas.