nucleon icon indicating copy to clipboard operation
nucleon copied to clipboard

Idea: Support multiple dynamic port bindings without a restart

Open sbuettner opened this issue 10 years ago • 1 comments

This is just an idea related to functionality that is provided by the connectable project:

It would be really great if you could dynamically create new port bindings (for example using redis) to support dynamic environments without a process restart. This way you could use nucleon as a local service proxy/loadbalancer. In addition to that a DNS backend based on SRV records could be used dynamically find all upstream servers that provide a services under a specific local port.

sbuettner avatar Oct 23 '15 15:10 sbuettner

This is definitely the idea behind this project: being able to dynamically add/remove frontends, backends and servers. For now it only works with servers but the former are a work in progress.

NicolasLM avatar Oct 26 '15 21:10 NicolasLM