Can I replicate data between Kubernetes PV into two separate clusters situated in different data centers?
I have a cluster with associated PV running in Primary site. I have a separate cluster running in DR site.
How do I continuously replicate data in primary site to DR site so that when application is running from from DR? The data written to PR PVs are available in DR.
Application writes files to the PV like xls, csv etc.
I can use any OSS storage orchestrator like openebs, rook, storageos etc.
Database is outside of kubernetes.