Catalog Details
CATEGORY
observabilityUUID
b7782414-0dd6-486d-ba77-888577e9fa2eCREATED BY
CREATED AT
August 18, 2024VERSION
0.0.15-
MODELS
What This Design Does:
This YAML file deploys an Elasticsearch cluster (version 8.9.0) in Kubernetes, configured with roles including master, data, ingest, ML, and remote cluster client. It sets up a pod disruption budget to maintain high availability and specifies resource requests and limits for CPU, memory, and storage. Persistent storage is configured with a 2Gi volume using the standard-rwo storage class.
Caveats and Consideration:
Version Compatibility: Ensure Elasticsearch 8.9.0 matches your Kubernetes version and other components. Resource Management: Adjust CPU, memory, and storage settings based on your specific needs. Storage Class: Confirm that the standard-rwo storage class is appropriate for your environment. Pod Disruption: Verify the pod disruption budget settings align with your high-availability requirements. Node Selector: Modify the node selector if not using Google Cloud Platform. Testing: Test the configuration in a staging environment before production deployment.