You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just recently took the decision to move to traefik for http(s) instead of haproxy/confd.
At the same time I wanted to add K8S Ingress to my services - but since I hit #732 I decided to use current setup but change it to traefik.
I've tried to leverage the etcd backend, but I can't get any frontend/backend displayed in the UI. I was able to reproduce the issue and just made a quick docker-compose setup here: https://github.com/iwalz/traefik_etcd
Just in case you want something easy to reproduce - clone and docker-compose up.
Hey,
I just recently took the decision to move to traefik for http(s) instead of haproxy/confd.
At the same time I wanted to add K8S Ingress to my services - but since I hit #732 I decided to use current setup but change it to traefik.
I've tried to leverage the etcd backend, but I can't get any frontend/backend displayed in the UI. I was able to reproduce the issue and just made a quick docker-compose setup here: https://github.com/iwalz/traefik_etcd
Just in case you want something easy to reproduce - clone and docker-compose up.
This is the structure in etcd:
And a very small traefik.conf
The UI shows me the etcd backend, but no entries.
Same behaviour in 1.1 and 1.0.3.
Any idea what's wrong with this setup?
The text was updated successfully, but these errors were encountered: