I have some concern about FDB run on multi K8s clusters.
I look in https://github.com/FoundationDB/fdb-kubernetes-operator/tree/main/config/tests and it has 2 directories: multi_dc
and multi_kc
. As official document, FDB support only 2 regions and multi_dc for each region, so how can I deploy FDB on 3 regions like us-east-2,ap-south-1,eu-west-3
.
Another question about read/write mechanism of multi cluster in FDB, can each request/transaction read/write to the closest region? Example, I live Asia
, my request will go to south-east-2
region, for another come from US
, it will go to us-east-2
.