Charmed MongoDB K8s
- By Canonical Data Platform
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 14 | 01 Aug 2022 | |
latest/edge | 20 | 02 Mar 2023 | |
latest/edge | 16 | 03 Aug 2022 | |
6/beta | 38 | 05 Dec 2023 | |
6/edge | 54 | 11 Sep 2024 | |
5/edge | 39 | 14 Dec 2023 |
juju deploy mongodb-k8s --channel 6/beta
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:
Creating and listing backups requires that you:
- Have a replica set with at least three-nodes deployed
- Access to S3 storage
- Have configured settings for S3 storage
Once you have a three-node replicaset that has configurations set for S3 storage, check that Charmed MongoDB is active
and idle
with juju status
. Once Charmed MongoDB is active
and idle
, you can create your first backup with the create-backup
command:
juju run mongodb-k8s/leader create-backup
You can list your available, failed, and in progress backups by running the list-backups
command:
juju run mongodb-k8s/leader list-backups