bluek8s / kubedirector

Kubernetes Director (aka KubeDirector) for deploying and managing stateful applications on Kubernetes
Apache License 2.0
399 stars 90 forks source link

Support for cross-cluster ConnectionSpec #619

Open swamibluedata opened 2 years ago

swamibluedata commented 2 years ago

By using Istio service mesh, it is possible to link multiple K8s clusters through the service mesh. One good use case is to run jupyter notebook in one K8s Cluster connecting to MLFlow in another K8s Cluster. It will be great if KubeDirectorCluster can support connections that spans multiple K8s clusters.