In the documentation, it says "Traefik automatically requests endpoint information based on the service provided in the ingress spec. Although Traefik will connect directly to the endpoints (pods), it still checks the service port to see if TLS communication is required."
Is there any way that traefik route to the service directly ?
Hello @Stolr and thanks for your interest in Traefik,
Is there any way that traefik route to the service directly ?
This is not possible at the moment, what is the use case?
One workaround could be to use an ExternalName service which forwards the request to the Kubernetes service through its DNS name (do not miss to allow external name services as explained here, before doing this).