2

I have two clusters on GKE. Each cluster has a 6 node setup. I just deployed a helm chart of vitess on both clusters.

A vitess operator is also deployed. etcd deplyoed with clusterWide: true

My question is how to connect these two seperate vitess deployment so they work as one like this demo https://www.youtube.com/watch?v=-Hz6LFJu1cY

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • what have you done so far??? – ahmednawazbutt Jan 24 '20 at 17:50
  • 2 cluster(running indifferent region) are connected by the [submariner](https://github.com/submariner-io/submariner). then deployed vitess in both cluster –  Jan 25 '20 at 17:34
  • Connecting two kubernetes clusters is an orthogonal problem, and there are many solutions. Once you get the two clusters talking to each other, Vitess should be able to leverage that automatically. – Sugu Sougoumarane Jan 27 '20 at 01:11
  • @SuguSougoumarane I am successfully able to run vitess in a single cluster using helm chart and my both clusters are able to talk each other but if i need to deploy it once in cluster then I am confused how to handle vitess config when we need to run it in multi region. our use case is similar to [Geo-partitioning with Vitess](https://www.youtube.com/watch?v=-Hz6LFJu1cY). –  Jan 27 '20 at 07:27
  • @SuguSougoumarane do you have any resources for multi region (Any documentaion) –  Jan 27 '20 at 07:28
  • @Professor Here's a demo that shows a multi-kubernets cluster deployment of vitess. Maybe this will help https://youtu.be/OZl4HrB9p-8 – Sugu Sougoumarane Feb 05 '20 at 19:17

0 Answers0