Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is there a guide for deploying ES on K8S?


For kubes you could use the helm chart they provide and tune it similarly. https://github.com/elastic/helm-charts/tree/master/elasticse...


Elastic just released their operator called Elastic Cloud on Kubernetes (ECK): https://www.elastic.co/blog/elastic-cloud-on-kubernetes-ECK-...

Operators are basically mini-programs that run in your K8S cluster and automatically handle deployment, upgrades and maintenance for their specific software. This operator can setup all of the ELK stack and it's all done through custom resource definitions. Use this instead of the helm charts and manual YAML files.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: