Im just getting started with Traefik so please forgive me if this a stupid question.
Im using OVH as a my dns registrar. And I was wondering if it would be possible to have Traefik made the public DNS records based on the container labels.
For example if I make a Nginx container with all the labels, Traefik will register a dns record for the given domain name at OVH using the API.
You could of course create your own script to fetch the service labels via Docker API or routers via Traefik API and then generate the domains via DNS provider API. But be aware about potential cost for TLDs.
I created a little PoC to fetch domains and generate LetsEncrypt TLS certs externally and then provide them to Traefik (post).