Closed msmaverick2018 closed 6 years ago
Hi @msmaverick2018 !
I was the creating the pull request for this. More info you can find here https://github.com/pires/kubernetes-elasticsearch-cluster/issues/210
Hope that helps! Cheers!
Thanks @skokovic . Appreciate your response.
Thanks for creating this wonderful repo. It has been very helpful. We are planning to deploy a stateful elasticsearch cluster to production using the kubernetes deployment files you provide via this repo. I am curious to know the following:
1) You have created stateful configuration for master nods/pods of elasticsearch. What is the significance of this? I see many examples where only the data pods are deployed in stateful manner. Following are few links https://imti.co/kubernetes-production-elasticsearch/ https://raw.githubusercontent.com/bitnami/charts/master/bitnami/elasticsearch/values-production.yaml
2) If we have client/co ordinating pods also in the mix, should they be also deployed as stateful set?
Any guidance is appreciated. Thanks in advance.