Hi Traefik swarm!
I have a scenario where I need to handle 200 different domains using Traefik. While configuring the routers, I'm wondering what the best approach would be. Should I create 200 separate HTTP routers, each with a rule matching a single hostname, or would it be more efficient to have a single HTTP router with a real long rule containing all the domains?
To provide some context, I'll be dynamically generating the configuration using a REST call. Considering this, I'm curious to know your opinions on which approach you would prefer and any potential best practices you could share.
Have any of you encountered a similar situation before? If so, what approach did you take and why? Are there any performance considerations or potential pitfalls I should be aware of?
I'm excited to hear your thoughts and experiences on this matter!
Looking forward to your insights!
Regards
Timo