Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Traefik ingress 404s

I am running a traefik ingress controller on GKE (1.8.5-gke.0) deployed with Helm. What I'm observing is that the requests are frequently getting a 404 response.

What it looks like is traefik is reloading it's configs constantly even when nothing is changing in it's config or the ingresses which are defined.

The versions of traefik I've used for this are 1.3.8 and 1.5.2, both are doing the same thing.

like image 668
buckaroo1177125 Avatar asked Oct 28 '22 18:10

buckaroo1177125


1 Answers

The flipping behavior was being caused by the same ingress being loaded into two different namespaces, not sure if that's because of the conflicting endpoints or the naming.

One namespace didn't have the service defined which is why it was 404 on one and 200 OK on the other.

like image 66
buckaroo1177125 Avatar answered Nov 15 '22 09:11

buckaroo1177125