Multiple controllers load balancing

Hi,

When setting up multiple ziti controllers on the same overlay network, is possible to automatically load balance traffic between these controllers, without configuring each router to specifically route traffic to a specific controller ?

I mean, is it possible to specify multiple endpoints on routers configuration file ? Like :

...
ctrl:
  endpoint: 
    - tls:myfirstcontroller.com:6262
    - tls:mysecondcontroller.com:6262
...

It’s not currently possible. We’re working on adding support for multiple controllers, so hopefully this will be something you can try in the not too distant future.

3 Likes