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 | 56 | 09 Oct 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:
-
create-backup
Create a database backup. S3 credentials are retrieved from a relation with the S3 integrator charm.
-
get-password
Change the system user's password used by charm. It is for internal charm users and SHOULD NOT be used by applications.
- Params
-
username string
The username, the default value 'operator'. Possible values - operator, monitor.
-
list-backups
List available backup_ids in the S3 bucket and path provided by the S3 integrator charm.
-
restore
Restore a database backup. S3 credentials are retrieved from a relation with the S3 integrator charm.
- Params
-
backup-id string
A backup-id to identify the backup to restore. Format of <%Y-%m-%dT%H:%M:%SZ>
-
set-password
Change the system user's password used by charm. It is for internal charm users and SHOULD NOT be used by applications.
- Params
-
password string
The password will be auto-generated if this option is not specified.
-
username string
The username, the default value 'operator'. Possible values - operator, monitor.
-
set-tls-private-key
Set the privates key, which will be used for certificate signing requests (CSR). Run for each unit separately.
- Params
-
external-key string
The content of private key for external communications with clients. Content will be auto-generated if this option is not specified.
-
internal-key string
The content of private key for internal communications with clients. Content will be auto-generated if this option is not specified.