yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.9k stars 1.06k forks source link

[Platform] Deploying universe across k8s clusters with load balancer service #8667

Open ssung-yugabyte opened 3 years ago

ssung-yugabyte commented 3 years ago

We would like to install ybware on VMC@AWS k8s management cluster and deploy universes to k8s workload clusters. Currently, ybware cannot deploy universes cross k8s clusters due to name resolution issue (cannot resolve yb-xxx.svc.default.cluster.local...). We can create network load balancers to connect ybware pod to master/tserver cross k8s clusters but ybware still uses the default service name, not the load balancer service pre-created.

streddy-yb commented 3 years ago

cc @kkg-yb @iSignal