Hi,
I'm curious to learn more about how Traefik deals with figuring out hostnames and how it all works.
For instance, in Nginx, all hostnames are typically resolved during startup. If you aim to accommodate dynamic hostnames with potentially changing IP addresses, you'd need to define them as variables, alongside the ability to set resolve cache times.
- Does Traefik resolve all hostnames (URLs in the servers section) during startup?
- Does Traefik resolve hostnames with each request? Or does it cache results and utilize the cache until encountering an error, after which it attempts resolution again?