|
|
|
|
|
by bedis9
3154 days ago
|
|
No way to register new frontends, new binds neither new backends.
We can only add/remove servers in backends for now. The "registration" you mentioned may happen later. Please note that you can already do dynamic routing using ACLs or MAPS and updating your ACLs or MAPs content at runtime using the Runtime API (stats socket).
there are "set map" and "set map" commands for this purpose. |
|
If so, I have a suggestion: Have a look at what traefik (and before that Hipache) are doing - they use a KVS for the config and sync at runtime, which is quite convenient for dynamic usecases IMO. For the dynamic mapping it would be a better fit than just a file that needs to be manually managed.