Confluex / Zuul

Keymaster and Gatekeeper - Application Configuration Management
http://confluex.com
Apache License 2.0
42 stars 32 forks source link

Multiple Servers? #98

Closed grwalrath closed 8 years ago

grwalrath commented 8 years ago

Is it possible to set up Zuul in a HA environment behind a load-balancer, with both servers up at the same time? How would authentication work? I have some idea how to do this in native Tomcat, but Zuul manages its own security.

Does the app support such a setup?

psmith commented 8 years ago

Put zuul on X servers, place a load balancer in front of them, point zuul to a db that is setup for HA. There are too many variables to document all the various ways to do HA.