Hi All,
We have installed Hybrid runtime on multiple DC’s and flavors are EKS & VMWare (GKE on-prem), here looking for cassandra synchronization between multiple DC’s
- DC1 (EKS environment) - One of the Cassandra pod instance (apigee-cassandra-default-0) of IP should configure under Cassandra stanza in Yaml file and apply in cluster level again on DC2 (VMWare)
DC2(VMWare) -
cassandra:
multiRegionSeedHost: DC1-> apigee-cassandra-default-0 IP
datacenter: “dc-anthos”
rack: “ra-1”
hostNetwork: true
Is the only change required in Yaml file?
How the IP address of DC1-> apigee-cassandra-default-0 IP will get visibility in DC2 here?
- Ref link :https://cloud.google.com/apigee/docs/hybrid/v1.6/multi-region#eks and below statement,
Open Cassandra ports 7000 and 7001 between Kubernetes clusters across all regions to enable worker nodes across regions and datacenters to communicate
These ports need to be enabled between DC’s is enough ?
How to establish the connectivity between DC1 & DC2 ?if you have any document of link of network level activities, please share to us.
Regards
Heman