pires / kubernetes-elasticsearch-cluster

Elasticsearch cluster on top of Kubernetes made easy.
Apache License 2.0
1.51k stars 687 forks source link

Use recommended node layout #190

Closed rocketraman closed 6 years ago

rocketraman commented 6 years ago

This does not appear to use the recommended node layout as stated in the README.

The recommended layout separates ingestion nodes from client/data nodes, and it does not separate client and data nodes -- the nodes receiving query traffic are the same nodes that have data.

pires commented 6 years ago

Well, you are most probably right. This repo comes from a different time. I'm happy to review PRs.