Hello there! I've been researching moving from Standalone Solr to k8s
SolrCloud setup and I'm wondering how you guys manage configsets and
collections when operating in k8s? It seems to me that the easiest
solution is to introduce some kind of an admin process (In a form of a
bash script) that will upload configsets to zookeeper via the call to
a zookeeper service and reload/create collections via the call to a
solr service. The process itself should be spawned after all the Solr
pods (and Zookeeper?) are live and ready.

Can you share your way of dealing with this?Maybe I'm missing something?

Best regards,
Dmitrii Fitisov

Reply via email to