Hello,
I am running an Elasticsearch cluster on the Kubernetes cluster.
My cluster has the following nodes.
Master nodes : 3
Data nodes : 3
Client nodes : minimum 2(they can vary on autoscaling)
My Data nodes have persistence enabled(running as statefulset) rest other nodes are running on non-persistence storage(running as deployment).
There are few cases where my all master pods go down.
From this state when new master pods come up they take some other cluster UUID that is not matching my cluster and the complete cluster goes in an inconsistent state.
Is anyone also facing the same issue?