A Kubernetes operator for managing DocumentDB clusters in your Kubernetes environment. This operator provides a native Kubernetes way to deploy, manage, and scale DocumentDB instances with MongoDB-compatible API.
The DocumentDB Kubernetes Operator extends Kubernetes with Custom Resource Definitions (CRDs) to manage DocumentDB clusters declaratively. It leverages the power of Kubernetes controllers to ensure your DocumentDB deployments are always in the desired state.
- Declarative Management: Define your DocumentDB clusters using Kubernetes manifests
- Automated Operations: Automatic deployment, scaling, and lifecycle management
- MongoDB Compatibility: MongoDB API–compatible for seamless integration
- Cloud Native: Built on CloudNative-PG for robust PostgreSQL foundation
- Helm Chart Support: Easy installation and configuration via Helm
- Enterprise Grade: Multi-cloud support and high availability
For installation guides, configuration options, and examples, visit our documentation.
Ready to get started? Check out our Quick Start Guide for step-by-step instructions to deploy your first DocumentDB cluster in minutes.
For information on setting up your development environment to contribute to this project, see our Developer Guide.
Deploy DocumentDB clusters across different cloud platforms and configurations:
- Azure (AKS): Comprehensive deployment automation scripts for Azure Kubernetes Service
- AWS (EKS): Simple automation scripts for deploying on Amazon Elastic Kubernetes Service
- Multi-Cloud: High availability setup across multiple cloud providers using KubeFleet
- TLS Configuration: Gateway TLS setup with multiple certificate modes (self-signed, provided, cert-manager)
- Operator Upgrades: Local development guide for testing operator control plane upgrades
This project is licensed under the MIT License - see the LICENSE file for details.
For security concerns, please review our Security Policy.
- Create an issue for bug reports and feature requests
- Check our documentation for common questions