简体   繁体   中英

Elasticsearch 6.3.0 on Kubernetes

I am trying to deploy production grade Elasticsearch 6.3.0 on Kubernetes.

Came across few articles, but still not sure what is the best approach to go with.

  1. https://github.com/pires/kubernetes-elasticsearch-cluster

It doesn't use stateful set.

  1. https://anchormen.nl/blog/big-data-services/elastic-search-deployment-kubernetes/

This is pretty old.

Using elastic search for App search.

Images from Elasticsearch are

docker pull docker.elastic.co/elasticsearch/elasticsearch:6.3.0
docker pull docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.0

I would like to go with -oss image and it is the core Apache one.

Is there any good documentation on setting up production grade 6.3.0 version on Kubernetes.

One of the most promising new developments for running Elasticearch on Kubernetes is the Elasticsearch Operator .

Kubernetes Operators allow for more sophistication when it comes to dealing with the requirements of complex tools (and Elasticsearch is definitely one). Especially when considering the need to avoid losing Elasticsearch data, an operator is the way to go.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM