Deploy Elasticsearch for NBS 7
This page walks through deploying Elasticsearch using the elasticsearch-efs Helm chart.
On this page
Deploy Elasticsearch using Helm
- Locate the Helm chart at
charts/elasticsearch-efs. -
Set
efsFileSystemIdinvalues.yamlto the EFS file system ID from the AWS console.
-
Set the image repository and tag:
image: repository: "quay.io/us-cdcgov/cdc-nbs-modernization/elasticsearch" tag: <release-version-tag> // for example, v1.0.2 -
Install Elasticsearch:
helm install elasticsearch -f ./elasticsearch-efs/values.yaml elasticsearch-efs -
Confirm the pod is running before proceeding to the next deployment:
kubectl get podsIf the pod is still creating or in any other state, wait and troubleshoot before continuing.