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.