-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Multi-Cluster Services using ServiceImport as a BackendRef #9
Comments
xref: #36 |
related #16 (comment) |
From #16 (comment)
At a high-level, we should consider leveraging the multi-cluster services (MCS) APIs. For example, an Infra Admin can use ServiceImport/ServiceExport resources to create multi-cluster services. A separate ingress cluster with Envoy Gateway(s) can load balance to the multi-cluster services by using a ServiceImport as the backendRef of an HTTPRoute. |
linking relevant upstream Gateway API design proposal on using |
supporting |
kubernetes-sigs/gateway-api#1922 Make it extented now |
assigning this to @tanujd11 who's proactively picked this one up, thanks ! |
Sure @arkodg, thanks |
reopening this issue to track completion of docs, would be great to show integration with https://submariner.io |
Hey @arkodg can this be safely closed with the docs PR being merged? |
Yeah, thanks again @tanujd11 ! |
As a Kubernetes cluster administrator, I would like Gateway to support Kubernetes services that run in multiple clusters. Gateway should support multi-cluster service networking methods defined by sig-multicluster but not preclude other methods.
xref: #7
The text was updated successfully, but these errors were encountered: