Is there a way to create a Persistent Disk (disk_a) in one GCP region (us-central1) and maintain a copy(disk_b) in another GCP region(asia-south1)?
Is it possible using some Distributed file system like Ceph or GlusterFS or anything else?
This is required so that in a rare case of regional failure (I understand it is barely possible), I can create a cluster or VM in the other region and mount the other disk which has the same data?