Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 597 Bytes

About

This directory holds all the charts and configuration files necessary for a working, production-ready deployment of the EFK stack.

This deployment uses an Elasticsearch Operator to manage the ES cluster. If deployed on AWS EKS, it has a nice feature of storing snapshots to S3.

The es cluster can be dynamically resized.

Getting started

We can deploy a Elasticsearch operator like so:

helm install --name es-operator \
     --namespace kube-system \
     ./charts/elasticsearch-operator \
     -f values.yaml