Kevin Pollet
                                            Kevin Pollet
                                        
                                    If I'm not wrong the issue is when we are rewriting the DNS `answer` because we have to retrieve the `service` name from the `shadow` service name. The following issue...
My bad, I didn't know that the `service` referenced in an `Ingress` object has to be in the same namespace. 😞 So, I'm with you that the only way to...
Hello @cornfeedhobo, Thanks for your interest in Traefik, As stated in https://github.com/traefik/traefik/issues/8149#issuecomment-110891153, we are investigating the possibility, and we will take action on the Helm chart accordingly.
Hello @kanouken and thanks for your interest in Traefik Mesh, Can you update your issue to follow the bug report template? In order to help us identify the problem, can...
Superseded by #31
Hello @pdf and thanks for your interest in Traefik, 1. You are right and this could be an enhancement. Feel free to open a new issue to track it independently,...
> The spec doesn't specify that the Ingress should not also listen for HTTP traffic. Other ingress controllers do this (nginx for example), and a very common use-case is to...
Hi @niallnsec > However, no matter what I do I cannot get a traefik container to build on my system. I suspect it has something to do with the fact...
Hello @shettyh, Thanks for your interest in Traefik, > With ExternalName service Traefik should not try to do Round Robin right ? When using an ExternalName service Traefik will not...
Hello @proofy, This is an interesting proposal, in the meantime, it should be possible to implement this provider as a plugin, as described in https://github.com/traefik/pluginproviderdemo#provider-plugin-demo.