Re: Taking Solr to production with docker

2015-09-24 Thread Epo Jemba
Ugo Don't get me wrong I know Solr is already scaling by itself , But in some cases, Solr in order to be fully usable has to be integrated/extended with a bunch of other apps : Your own, load-balancers, frontends , etc In order ALL of those work together the right way, you come up with a higher s

Re: Taking Solr to production with docker

2015-09-23 Thread Epo Jemba
Hi Ugo, I do not yet use Solr in docker, but for my case docker is not enough here, used in conjunction with kubernetes what I'am reaching is elasticity, I mean, adding removing nodes and leave scaling and fault tolerancy to kubernetes oob. All you have to do is well defined your blueprint, templa

Re: Taking Solr to production with docker

2015-09-23 Thread Epo Jemba
Hi Doug, thank you for your git repo. I am planning a kubernetes + solr integration as well, can you tell us how do you organize your pods and services (or else) regarding zookeeper management. How do you organize your pods/services/etc along with solr instances, ZK nodes etc .. Thanks in advance