Hello, We have a single SolrCloud running in K8s (dev env) by implementing a Zookeeper stateful set and a Solr node stateful set. On startup the Solr pods connect to the ZK ensemble defined in the ZK stateful set.
If we wanted more SolrClouds in this K8s cluster, would we create more stateful sets? or within these current stateful sets be able to mark sets of ZK pods and Solr pods for use by a specific SolrCloud? Thanks, Matt