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