# elasticsearch-operator **Repository Path**: mirrors_openshift/elasticsearch-operator ## Basic Information - **Project Name**: elasticsearch-operator - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # elasticsearch-operator Elasticsearch operator to run Elasticsearch cluster on top of Openshift and Kubernetes. Operator uses [Operator Framework SDK](https://github.com/operator-framework/operator-sdk). ## Why Use An Operator? Operator is designed to provide self-service for the Elasticsearch cluster operations, see [Operator Capability Levels](https://sdk.operatorframework.io/docs/overview/#operator-capability-level). - Elasticsearch operator ensures proper layout of the pods - Elasticsearch operator enables proper rolling cluster restarts - Elasticsearch operator provides kubectl interface to manage your Elasticsearch cluster - Elasticsearch operator provides kubectl interface to monitor your Elasticsearch cluster To experiment or contribute to the development of elasticsearch-operator, see [HACKING.md](./docs/HACKING.md) and [REVIEW.md](./docs/REVIEW.md)