Backups from kubernetes

Hi,

I have a question regarding the best practice of obtaining backups from a replica set that is configured in kubernetes.

At the moment there is no tool implemented like ops Manager, therefore, the way to obtain them is through mongodump.

This is the most optimal? Or do they have to be obtained in some other way?

Welcome to the community, @Bet_TS !!

MongoDB has a variety of backup options, and you can use any of them to back up the data. Please see the [MongoDB Backup Methods] manual for further information. (https://www.mongodb.com/docs/manual/core/backups/)

Additionally, Kubernetes provides backup support with VolumeSnapshot, for which we recommend approaching the Kubernetes Community for better clarity.

Thanks
Aasawari

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.