We have a requirement to deploy pods of a replicaset across multiple k8s clusters (in different regions) & enable replication b/w pods and automate all the provisioning/operations using percona operator .
From the documentation we saw deploying replica set as DR in different region. But this requires complete set of new resouces just to act like DR.
Is there any options to deploy pods of a replicaset/shard across multiple k8s clusters (in different regions) & enable replication b/w pods of replicaset ?
Your Kubernetes cluster runs across multiple regions and you have storage and network figured out.
In this case you can have one Operator controlling all Pods and set correct anti-affinity rules to put the Pods in different regions.