Migrate ECK data from one k8s cluster to another

Im trying to migrate ECK data from one k8s cluster to k8s another.

Im aware i can take snapshots and restore them, but does anyone know if there is a way i can sync data between one cluster and another? So there is no data loss during migration.

Hey @Kay_Khan

There's no way to perform this migration by syncing PVC on kubernetes,
The way to go is either via snapshot/restore or via CCR,

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