Managed FerretDB Service

FerretDB is an open source MongoDB alternative. It translates MongoDB wire protocol queries to SQL and can be used as a direct replacement for MongoDB 5.0+. Internally, FerretDB service is backed by Postgres.

Parameters

Common parameters

NameDescriptionValue
externalEnable external access from outside the clusterfalse
sizePersistent Volume size10Gi
replicasNumber of replicas2
storageClassStorageClass used to store the data""
quorum.minSyncReplicasMinimum number of synchronous replicas that must acknowledge a transaction before it is considered committed0
quorum.maxSyncReplicasMaximum number of synchronous replicas that can acknowledge a transaction (must be lower than the total number of replicas)0

Configuration parameters

NameDescriptionValue
usersUsers configuration{}

Backup parameters

NameDescriptionValue
backup.enabledEnable periodic backupsfalse
backup.s3RegionThe AWS S3 region where backups are storedus-east-1
backup.s3BucketThe S3 bucket used for storing backupss3.example.org/postgres-backups
backup.scheduleCron schedule for automated backups0 2 * * *
backup.cleanupStrategyThe strategy for cleaning up old backups--keep-last=3 --keep-daily=3 --keep-within-weekly=1m
backup.s3AccessKeyThe access key for S3, used for authenticationoobaiRus9pah8PhohL1ThaeTa4UVa7gu
backup.s3SecretKeyThe secret key for S3, used for authenticationju3eum4dekeich9ahM1te8waeGai0oog
backup.resticPasswordThe password for Restic backup encryptionChaXoveekoh6eigh4siesheeda2quai0
resourcesExplicit CPU and memory configuration for each FerretDB replica. When left empty, the preset defined in resourcesPreset is applied.{}
resourcesPresetDefault sizing preset used when resources is omitted. Allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge.nano

Parameter examples and reference

resources and resourcesPreset

resources sets explicit CPU and memory configurations for each replica. When left empty, the preset defined in resourcesPreset is applied.

resources:
  cpu: 4000m
  memory: 4Gi

resourcesPreset sets named CPU and memory configurations for each replica. This setting is ignored if the corresponding resources value is set.

Preset nameCPUmemory
nano100m128Mi
micro250m256Mi
small500m512Mi
medium500m1Gi
large12Gi
xlarge24Gi
2xlarge48Gi