Hi Am Donnerstag, 23. August 2018 19:30:54 UTC+2 schrieb Peter Berghold: > > I've been messing about a bit with Docker on Digital Ocean and was going > to branch next onto Docker Swarm stuff. I was wondering about deploying > Jenkins into a swarm and using a load balancer to switch between instances. > > Is anybody aware of way of having multiple instances of Jenkins using the > same configurations other than possibly using slaves? > > In other words it in my mind would be kinda useful if I logged into > "jenkins.some.domain" and let the load balancer direct my request between > multiple instances and have them look the same. >
I guess this would not work with the current data handling, as the data (config, josb, builds) are stored on disk (and cached in memory) , so you would first find a way to sync that information... Björn -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/1f51ac90-34b2-41d6-ad7d-1f774a3f9d1e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
