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
...