Re: Solr cloud in kubernetes

2018-08-07 Thread jonasdkhansen
Hi, i also got this running https://github.com/freedev/solrcloud-zookeeper-kubernetes My problem is also that instance 2 and 3 will not start. If i exec into them, and run bin/solr start -cloud, then i can start them on another port than 32080, but thats not what we want. Is anyone having a

Re: Solr cloud in kubernetes

2018-07-18 Thread ssivashunm
https://github.com/freedev/solrcloud-zookeeper-kubernetes provides more detail about persistent disck usage for solr data and home. Th issue I face is, since all three statefulset will use the same solr port (as they are replicas) they are not communicating with one another. -- Sent from:

Re: Solr cloud in kubernetes

2018-07-16 Thread Paweł Ruciński
Hi, I am trying to achieve same, to host Solr on k8s. For now, I successfully created ZK as a statefulset (3 instances) with a headless service. Apart of that created deployment objects for storing Solr pods (again 3 instances). For each solr pod I have manually created persistent volume. Now I

Re: Solr cloud in kubernetes

2017-11-21 Thread Upayavira
We hopefully will switch to Kubernetes/Rancher 2.0 from Rancher 1.x/Docker, soon. Here are some utilities that we've used as run-once containers to start everything up: https://github.com/odoko-devops/solr-utils Using a single image, run with many different configurations, we have been able to

Re: Solr cloud in kubernetes

2017-11-20 Thread Björn Häuser
Hi Raja, we are using solrcloud as a statefulset and every pod has its own storage attached to it. Thanks Björn > On 20. Nov 2017, at 05:59, rajasaur wrote: > > Hi Bjorn, > > Im trying a similar approach now (to get solrcloud working on kubernetes). I > have run

Re: Solr cloud in kubernetes

2017-11-19 Thread rajasaur
Hi Bjorn, Im trying a similar approach now (to get solrcloud working on kubernetes). I have run Zookeeper as a statefulset, but not running SolrCloud, which is causing an issue when my pods get destroyed and restarted. I will try running the -h option so that the SOLR_HOST is used when

Re: Solr cloud in kubernetes

2017-08-29 Thread Björn Häuser
we manually have to force recovery, still not investigated fully >> >> Hope this helps you! >> >> Thanks >> Björn >> >>> On 26. Aug 2017, at 12:08, Lars Karlsson <lars.karlsson.st...@gmail.com> >> wrote: >>> >>> Hi, I wanted to hear if anyone successfully got solr cloud running on >>> kubernetes and can share challenges and limitations. >>> >>> Can't find much uptodate github projects, would be great if you can point >>> out blogposts or other useful links. >>> >>> Thanks in advance. >> >>

Re: Solr cloud in kubernetes

2017-08-28 Thread Lars Karlsson
ecovery, still not investigated fully > > Hope this helps you! > > Thanks > Björn > > > On 26. Aug 2017, at 12:08, Lars Karlsson <lars.karlsson.st...@gmail.com> > wrote: > > > > Hi, I wanted to hear if anyone successfully got solr cloud running o

Re: Solr cloud in kubernetes

2017-08-26 Thread Björn Häuser
not recover completely after a pod restart and we manually have to force recovery, still not investigated fully Hope this helps you! Thanks Björn > On 26. Aug 2017, at 12:08, Lars Karlsson <lars.karlsson.st...@gmail.com> > wrote: > > Hi, I wanted to hear if anyone successfully got

Solr cloud in kubernetes

2017-08-26 Thread Lars Karlsson
Hi, I wanted to hear if anyone successfully got solr cloud running on kubernetes and can share challenges and limitations. Can't find much uptodate github projects, would be great if you can point out blogposts or other useful links. Thanks in advance.