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 am wondering if there is a way to move into the statefulset for a solr instances. I see a constraint, when solr pod dies, it loose core.properties file, as it is inside solr home directory. Solr data directory is a mounted persistent volume. My question is, can I made Solr to create core.properties files in a different place that solr home directory (ie. solr data)? PS. Your discussion was very informative for me. As I just started, both with Solr and k8s. Best regards, Paweł Ruciński -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html