Migration between MongoDB clusters

Description:

I have a MongoDB in a Kubernetes cluster managed by percona-operator. I would like to move it to another cluster. I have deployed a similar infrastructure in the new cluster and rolled up the data from the backup. But during this time in the working cluster, the data may have changed. What is the best way to synchronise it? Is it possible to specify the old cluster as a shard in the new cluster?

Hi Alexei, you can expose the nodes of both clusters outside k8s while setting the new cluster to unmanaged. Then add the new nodes and let them sync. The whole process is described in detail here: Migrating MongoDB to Kubernetes

Everything seems to be clear. But after creating a Novgorod cluster, replicas are constantly restarting due to certificate validation

Readiness probe failed: command "/opt/percona/mongodb-healthcheck k8s readiness --component mongos --ssl --sslInsecure --sslCAFile /etc/mongodb-ssl/ca.crt --sslPEMKeyFile /tmp/tls.pem" timed out