Hi,
I want to deploy an elasticsearch cluster with the following architecture :
- 3 master nodes
- 2 data nodes
- 1 client node
What do you advise me to have :
- 6 kubernetes pods each one containing a node
- 1 pod containing all the nodes
THANK YOU.
Hi,
I want to deploy an elasticsearch cluster with the following architecture :
What do you advise me to have :
THANK YOU.
Hi,
The operator creates one Elasticsearch node per Pod.
If you want to implement the topology you described you need to create the following nodeSets:
This will create a total of 6 Pods on your K8S cluster.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.