Kevin Pollet

Results 83 comments of Kevin Pollet

Hello @tgunsch, Thanks for the contribution and sorry for the delay, we are moving this pull request to the `status/2-needs-review` state, to have it an upcoming Traefik version. To move...

Hello @bloeper, We were unable to reproduce the issue with Traefik v2.9 because https://github.com/traefik/traefik/pull/9357 fixed it. Therefore, we are closing it, but feel free to comment if you think that...

Hello @zzzkl and thanks for your interest in Traefik, Are the log (`/etc/traefik/logs/traefik.log`) and accessLog (`/etc/traefik/logs/access.log`) files stored in a k8s volume? If not, files written to the pod filesystem...

@zzzkl You mean that the files were stored in a volume (mount on the host) when the pod memory was increasing?

Hello @marcmognol and thanks for this contribution, Instead of allowing the user to define the server URLs in a TraefikService, we would prefer to leverage K8s `ExternalName` services and provide...

Hello @marcmognol and sorry for the late answer, > Is there any performance downside compared to a single service of type Load Balancer? > What is the difference between this...

Hello @marcmognol, I think there is a misunderstanding, https://github.com/traefik/traefik/issues/8147 and https://github.com/traefik/traefik/issues/8541 are about adding the health check feature for [ExternalName](https://kubernetes.io/docs/concepts/services-networking/service/#externalname) services. For other K8s service types, we want to use...

Hello @marcmognol, > Yes it makes sense thank you. What about the sticky cookie which is required for me to ensure each request is routed to right service ? I...

Hello @marcmognol, did I miss something, the code is still adding the health check configuration for all services? (https://github.com/traefik/traefik/pull/10467/files#diff-7d5c919304c65587ab6f978e73008d6d268e9bbb6db829eadf8d72f4f492e28fR306)