Is there any way to create a multi datacenter cluster (to use replication strategy NetworkTopologyStrategy) in different kubernetes clusters using cass-operator v1.3. In other words, we have 2 k8s clusters in different datancenters (dc1 and dc2) and we want to create a Cassandra cluster using these two datacenters.
CREATE KEYSPACE test WITH REPLICATION = {'class' : 'NetworkTopologyStrategy', 'dc1' : 3, 'dc2' : 3};
3 cassandra pods in dc1 and 3 cassandra pods in dc2
Thanks,
Ary