Hey there,
I've been assigned to check if switching to Traefik v2 was beneficial for our cloud application.
We do have a dynamic application (services are started/terminated based on demand/load) however it is not containerized. Thus we currently use the REST-API in Traefik v1 to configure frontends and backends.
In v2 it seems like the configuration via REST-API is gone? Am I missing something? Will this be implemented later? How am I supposed to configure Traefik at runtime?
Is it not documented just due to the lack of time and human resources or is it going to be somehow changed in the nearest future?
We have deploys both using docker-compose and k8s and we want to migrate from another tool. However we are a little bit uncertain whether we can use REST provider due to the fact that it is not officially documented in v2.0.