Charmed Operator for MongoDB
- Canonical
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
6/stable | 61 | 15 Nov 2024 | |
6/candidate | 61 | 15 Nov 2024 | |
6/beta | 61 | 15 Nov 2024 | |
6/edge | 61 | 15 Nov 2024 | |
5/edge | 39 | 14 Dec 2023 |
juju deploy mongodb-k8s --channel 6/stable
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
System requirements
The following are the minimum software and hardware requirements to run Charmed MongoDB on K8s.
Minimum requirements
- Juju 3
- Ubuntu 20.04 (Focal) for channel
5/
releases - Ubuntu 22.04 (Jammy) for channel
6/
releases (latest)
For replica set deployments
- At least 2GB of RAM.
- At least 2 CPU threads per host.
- For production deployments: at least 60GB of available storage on each host.
For sharded cluster deployments
- At least 4GB of RAM.
- At least 2 CPU threads per host.
- For production deployments: at least 60GB of available storage on each host.
Supported architectures
This charm should be running on architectures that support AVX
To check your architecture, run
grep avx /proc/cpuinfo
or
grep avx2 /proc/cpuinfo