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 MongoDB Features
Features | Community | Enterprise |
---|---|---|
Clustering - Sharding | ✓ | ✓ |
Clustering - Replication | ✓ | ✓ |
Custom Configuration | ✓ | ✓ |
Using Custom Docker Image | ✓ | ✓ |
Initialization From Script (*.js and/or *.sh) | ✓ | ✓ |
Initializing from Snapshot ( Stash ) | ✓ | ✓ |
Authentication & Autorization | ✓ | ✓ |
Arbiter support | ✓ | ✓ |
Persistent Volume | ✓ | ✓ |
Instant Backup | ✓ | ✓ |
Scheduled Backup | ✓ | ✓ |
Builtin Prometheus Discovery | ✓ | ✓ |
Using Prometheus operator | ✓ | ✓ |
Automated Version Upgrade | ✗ | ✓ |
Automatic Vertical Scaling | ✗ | ✓ |
Automated Horizontal Scaling | ✗ | ✓ |
Automated db-configure Reconfiguration | ✗ | ✓ |
TLS: Add, Remove, Update, Rotate ( Cert Manager ) | ✗ | ✓ |
Automated Reprovision | ✗ | ✓ |
Automated Volume Expansion | ✗ | ✓ |
Autoscaling (vertically) | ✗ | ✓ |
Life Cycle of a MongoDB Object
User Guide
- Quickstart MongoDB with KubeDB Operator.
- MongoDB Replicaset with KubeDB Operator.
- MongoDB Sharding with KubeDB Operator.
- Backup & Restore MongoDB databases using Stash.
- Initialize MongoDB with Script.
- Start MongoDB with Custom Config.
- Monitor your MongoDB database with KubeDB using out-of-the-box Prometheus operator.
- Monitor your MongoDB database with KubeDB using out-of-the-box builtin-Prometheus.
- Use private Docker registry to deploy MongoDB with KubeDB.
- Use kubedb cli to manage databases like kubectl for Kubernetes.
- Detail concepts of MongoDB object.
- Detail concepts of MongoDBVersion object.
- Want to hack on KubeDB? Check our contribution guidelines.