It's annoying that zookeeper is a hard dependency when etcd is just sitting there and all of the stuff in zk could easily fit into ConfigMaps.
Ditto using a managed service like dynamodb instead of zookeeper :) On Wed, Nov 22, 2023 at 6:24 AM Ramesh Balasubaramaniam <ramy...@gmail.com> wrote: > > Yes, Possible. How many shards and replicas you are planning to create for > the 200 millions documents all based upon the index size ( how many stored > fields ) and all. > External zookeeper is best. SOLR in kubernetes setup also works well. > > > Thanks, > Ramesh > > On Wed, Nov 22, 2023 at 3:30 AM Vince McMahon <sippingonesandze...@gmail.com> > wrote: > > > Hi, > > > > I'd like to thank many of you giving your valuable advice. You are liked a > > big brother I never have. > > I wish you in the US a Happy Thanksgiving. > > > > I have boss that ask for the sky and I need a clarity if this is at > > all possible. I have very large cores, 200 million docs. The situation > > calls for Solr Cloud for Sharing and zookeeper for high avability. These > > needs to be running in kubernete environment. Is it doable? The tutorial > > mentioned embedded zookeeper vs. external. Which should be used for this > > situation? Is there a how-to on building this setup?