Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openshift/elasticsearch-operator
https://github.com/openshift/elasticsearch-operator
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openshift/elasticsearch-operator
- Owner: openshift
- License: apache-2.0
- Created: 2018-08-29T20:45:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T18:39:05.000Z (10 days ago)
- Last Synced: 2024-12-02T19:43:18.619Z (10 days ago)
- Language: Go
- Size: 58.5 MB
- Stars: 71
- Watchers: 18
- Forks: 89
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elastic-resources - Link
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 clusterTo experiment or contribute to the development of elasticsearch-operator, see [HACKING.md](./docs/HACKING.md) and [REVIEW.md](./docs/REVIEW.md)