Skip to content

Latest commit

 

History

History
 
 

elasticsearch

Elasticsearch StatefulSet

This directory contains Kubernetes configurations which runs a single Elasticsearch Pod as a StatefulSet, using storage provisioned with a StorageClass.

Before deploying

Make sure you deployed everything from the base folder before deploying the Elasticsearch StatefulSet.

Deploy

kubectl apply -f elasticsearch-sts-svc.yaml
kubectl apply -f elasticsearch-svc.yaml

kubectl apply -f elasticsearch-sts.yaml