I want to use the Ingress network, but I can no longer obtain the real IP address after using Ingress. Is there a way to obtain the real IP address while using Ingress in docker swarm?
When using Ingress, the IP changes to an ingress IP, that’s how TCP/IP works. Not sure if a HTTP forward header is added by Docker.
We don’t use Ingress, happy with simple Traefik Swarm example.