K
Q

Running the latest elasticsearch cluster in kubernetes

March 14, 2019

I have managed to run the latest elasticsearch in Kubernetes with only ONE pod. I would like to extend this to a full-blown elasticsearch cluster on Kubernetes. I have checked out https://github.com/pires/kubernetes-elasticsearch-cluster but it is not maintained anymore and does not have the latest ES docker image. I tried to use the .yaml files from that github with the latest ES image from docker hub but have not been able to set up the cluster. Any advice and insight is appreciated.

-- khteh
docker
elasticsearch
kubernetes
configuration
cluster-computing

1 Answer

March 19, 2019

See this. I've answered that question and it might be what you are looking for.

-- Andrei Balici
Source: StackOverflow