Charmed MongoDB K8s

Channel Revision Published Runs on
latest/stable 14 01 Aug 2022
Ubuntu 20.04
latest/edge 20 02 Mar 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 16 03 Aug 2022
Ubuntu 22.04 Ubuntu 20.04
6/beta 38 05 Dec 2023
Ubuntu 22.04
6/edge 59 Yesterday
Ubuntu 22.04
5/edge 39 14 Dec 2023
Ubuntu 22.04
juju deploy mongodb-k8s --channel 6/edge
Show information

Platform:

System requirements

The following are the minimum software and hardware requirements to run Charmed MongoDB on K8s.

Minimum requirements

  • juju v.3.0 or higher
  • 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