Hi,
I want to deploy an Elasticsearch cluster using ECK with the following architecture :
Kubernetes cluster details:
4 Nodes and each node have one POD.
Elasticsearch cluster details:
4 Nodes. One Master, One data, One Client and One Kibana node. According to the ECK quickstart guide we need to mention the number of master/data nodes in the YAML configuration, Requirement is to deploy one ES node in one kubernetes POD. Can anyone please help whether we need to create and run 4 different YAML file in 4 different kubernetes node/POD to deploy Elasticsearch or We can create one YAML file and mention the number of master/data/client node and ES nodes will create in different kubernetes node/POD.
Thanks