Cross Cluster Replication on Google Kubernetes Engine(GKE)

Hi,

We have one GKE cluster in US region with 3 nodes and one more GKE cluster with 3 nodes in Asia region. How to perform cross cluster replication ?

In the doc they have given like below
PUT /_cluster/settings
{
"persistent" : {
"cluster" : {
"remote" : {
"leader" : {
"seeds" : [
"127.0.0.1:9300"
]
}
}
}
}
}

So under seeds in case of GKE which IP and Port we need to provide. Please help me on this. Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.