Deploy ES in kubernetes

As I know that the default heap size for ES is 1 Gi. I would like to run ES in Kubernetes with multiple containers. My server have configuration as below:
RAM: 4Gb
CPU: 2Core
Disk: 8G
So how can I configure for ES to run as containers in Kubernetes?

Why would you run multiple ES containers on such a small host? Given that each Elasticsearch node also needs about the same amount of off-heap memory as it has heap, you do not have space for 3 nodes with 1GB heap.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.