What this pattern 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.

Compatibility:



Recent Discussions with "meshery" Tag