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.
Supported Elasticsearch Features
Features | Availability |
---|---|
Clustering | ✓ |
Authentication (using Search Guard) | ✓ |
Authorization (using Search Guard) | ✓ |
TLS certificates (using Search Guard) | ✓ |
Persistent Volume | ✓ |
Instant Backup | ✓ |
Scheduled Backup | ✓ |
Initialization from Script | ✗ |
Initialization from Snapshot | ✓ |
Builtin Prometheus Discovery | ✓ |
Using CoreOS Prometheus Operator | ✓ |
Life Cycle of an Elasticsearch Object
Supported Elasticsearch Version
KubeDB Version | Elasticsearch:2.3 | Elasticsearch:5.6 | Elasticsearch:6.2 |
---|---|---|---|
0.1.0 - 0.7.0 | ✓ | ✗ | ✗ |
0.8.0-beta.2 | ✗ | ✓ | ✗ |
0.8.0-rc.0 | ✗ | ✓ | ✗ |
0.8.0 | ✗ | ✓ | ✓ |
External tools dependency
Tool | Version |
---|---|
Search Guard | 5.6.4-18 and 6.2.4-22.1 |
Elasticdump | 3.3.1 and 3.3.14 |
osm | 0.7.0 |
User Guide
- Quickstart Elasticsearch with KubeDB Operator.
- Take instant backup of Elasticsearch database using KubeDB.
- Schedule backup of Elasticsearch database.
- Initialize Elasticsearch with Snapshot.
- Elasticsearch Topology supported by KubeDB
- Monitor your Elasticsearch database with KubeDB using
out-of-the-box
builtin-Prometheus. - Monitor your Elasticsearch database with KubeDB using
out-of-the-box
CoreOS 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.
- Detail concepts of Snapshot object.
- Wondering what features are coming next? Please visit here.
- Want to hack on KubeDB? Check our contribution guidelines.