You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
New to KubeDB? Please start here.
Elasticsearch Features
Features | Community | Enterprise |
---|---|---|
Combined Cluster (n nodes with master,data,ingest: ture; n >= 1 ) | ✓ | ✓ |
Topology Cluster (n master, m data, x ingest nodes; n,m,x >= 1 ) | ✓ | ✓ |
TLS: Add, Remove, Update, Rotate ( Cert Manager ) | ✗ | ✓ |
Automated Version Upgrade | ✗ | ✓ |
Automatic Vertical Scaling | ✗ | ✓ |
Automated Horizontal Scaling | ✗ | ✓ |
Automated Volume Expansion | ✗ | ✓ |
Backup/Recovery: Instant, Scheduled ( Stash ) | ✓ | ✓ |
Initialization from Snapshot ( Stash ) | ✓ | ✓ |
Authentication ( X-Pack / OpenDistro / Search Guard ) | ✓ | ✓ |
Authorization ( X-Pack / OpenDistro / Search Guard ) | ✓ | ✓ |
Persistent Volume | ✓ | ✓ |
Exports Prometheus Matrices | ✓ | ✓ |
Custom Configuration | ✓ | ✓ |
Using Custom Docker Image | ✓ | ✓ |
Initialization From Script | ✗ | ✗ |
Available Elasticsearch Version
Version | X-Pack | OpenDistro | SearchGuard |
---|---|---|---|
7.10.x | ✗ | ✓ | ✗ |
7.9.x | ✓ | ✓ | ✓ |
7.8.x | ✓ | ✓ | ✓ |
7.7.x | ✓ | ✓ | ✗ |
7.6.x | ✓ | ✓ | ✗ |
7.5.x | ✓ | ✗ | ✓ |
7.4.x | ✓ | ✓ | ✗ |
7.3.x | ✓ | ✓ | ✓ |
7.2.x | ✓ | ✓ | ✗ |
7.1.x | ✓ | ✓ | ✓ |
7.0.x | ✓ | ✓ | ✓ |
6.8.x | ✓ | ✗ | ✓ |
The listed ElasticsearchVersions are tested and provided as a part of the installation process (ie. catalog chart), but you are open to create your own ElasticsearchVersion object with your custom Elasticsearch image.
User Guide
- Quickstart Elasticsearch with KubeDB Operator.
- Elasticsearch Clustering supported by KubeDB
- Backup & Restore Elasticsearch database using Stash.
- Monitor your Elasticsearch database with KubeDB using
out-of-the-box
builtin-Prometheus. - Monitor your Elasticsearch database with KubeDB using
out-of-the-box
Prometheus operator. - Use private Docker registry to deploy Elasticsearch with KubeDB.
- Use kubedb cli to manage databases like kubectl for Kubernetes.
- Detail concepts of Elasticsearch object.
- Want to hack on KubeDB? Check our contribution guidelines.