Reputation: 5006
The Traefik documentation is unclear when running Traefik on Kubernetes.
I want multiple instances of traefik running in my cluster, sharing one configuration and the acme file.
The configuration is initially provided with a ConfigMap
.
Now the documentation states that one needs a separate KV-store to achieve traefik clustering.
But is that not covered by Traefik running Kubernetes mode?
Upvotes: 0
Views: 912
Reputation: 13300
Briefly what you have to do is the following:
Everything Is explained here https://docs.traefik.io/user-guide/kv-config/
This is not a kubernetes specific guide, but it is quite simple to adapt it.
Upvotes: 1