Open erikbsap opened 6 years ago
https://www.elastic.co/guide/en/elasticsearch/reference/6.2/modules-node.html
By default a node is a master-eligible node and a data node, plus it can pre-process documents through ingest pipelines. This is very convenient for small clusters but, as the cluster grows, it becomes important to consider separating dedicated master-eligible nodes from dedicated data nodes.
If you look at the pod descriptors, you'll understand why it needs to be run in privileged mode. Maybe you can find enough CAP_
to deliver the same functionality and open a PR? 😃
Hi,
I'm very thankful that you provided this repository. It's a really good starting point. It would be good to know from where some of the info comes, though. For instance the distinction of separate elastic pod types, you probably took that from some documentation page, or learned that in a meet-up or something. Could you reference from where that comes?
Another example: We are trying to reduce privileged pods at the moments, so it would be really good if I could point to your repo and your repo would point to wherever the info comes from that it needs privileged to initialize.
What do you think about it?