Hi Jenkins experts, We are using a jenkins pipeline to launch our test jobs, which also defined in jenkins. If the pipeline starts to run, about 600+ Jenkins jobs will be triggered to run at the same time using kubernetes container as slaves.
A jenkins master connects to such many slaves may cause performance issue. So we want to create a jenkins master cluster. Our original design is to use mount the same NFS storage to different jenkins masters and use load balance to distribute the workload to different masters. But we found it's hard to implement this idea, because if master A changes the config, we have to reload master B, C to accept the configuration. There will be disconnect time for B and C. And there will be file conflicts when we change configuration at the same time. My question is whether there are a good way to setup jenkins master cluster and what's the limit of the slaves number for a jenkins master. Looking forward to your reply. Thanks. -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/34991b90-33ba-4c2b-9e46-c2a8ec29868e%40googlegroups.com.