-
Notifications
You must be signed in to change notification settings - Fork 369
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 routing to non K8s upstream services #36
Comments
The Gateway API supports different Backend References. and default to the Service Kind . Does this mean, for the non k8s case, we'll need to create a CRD defining a new EGService object that allows the user to define new upstream endpoints such as IP Addresses or other service FQDNs that the Service Resolver will understand how to consume 🙃 ? |
Another option is to allow the user to express their service in terms of Kubernetes Service & Endpoint Definitions and apply in into the Config Source. This feels non intuitive imho. |
BackendObjectReference is a reference to an object. When the |
possible today by creating EndpointSlice and linking them to a Service |
Envoy Gateway intends to support upstream services & endpoint running in all environments as highlighted here. This issue tracks how this can be
achieved using the Gateway API
The text was updated successfully, but these errors were encountered: