how can I reach a service / sidekick container on the same host?
I need HTTP communication between my services, but they should only use services on the same host. Currently my services run on two hosts and I get responses from different IPs when I ping other containers by name.
Current setup:
Primary container (varnish) + 2 Sidekicks (nginx, phpfpm) on 2 hosts (A & B). When pinging “nginx” from varnish, I get responses from nginx on Host A and Host B.
Sorry to bring this up again, but I seem to remember reading abt something similar in the docs but cant find it now… (as in a special DNS suffix to reach containers on same host primarily)… does this exist or am I dreaming?