This directory contains Kubernetes configurations which runs a single Elasticsearch Pod as a StatefulSet
, using storage provisioned with a StorageClass
.
Make sure you deployed everything from the base folder before deploying the Elasticsearch StatefulSet.
kubectl apply -f elasticsearch-sts-svc.yaml
kubectl apply -f elasticsearch-svc.yaml
kubectl apply -f elasticsearch-sts.yaml