-
Notifications
You must be signed in to change notification settings - Fork 2k
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
External Name Support #446
Comments
Hi @SeanRobb Thanks for the feature request. External service support has been requested in this issue and is something that we are planning to implement. The considered implementation approach for NGINX OSS is laid out in this comment and for NGINX Plus we will use its re-resolving DNS names feature (the Are you using ExternalName services to route requests outside of the cluster or to the services inside the cluster but perhaps in a different namespace? |
Initially we would most like to see routing services outside of the cluster but we are also interested in the cross namespace routing. Glad to hear that it is currently being planed. The re-resolving feature is a nice addition for NGINX Plus. Thank you for the quick response. |
Alright, that's helpful to know. For cross namespace routing: Thank you! |
I would like to have a way to route traffic using ExternalName services and the ingress controller. The kubernetes/ingress-nginx project has solved this issue but I would like to use NGINX Plus to proxy this traffic.
I would like to see this project match the feature set for ExternalName services on the kubernetes/ingress-nginx project.
Thank you!
The text was updated successfully, but these errors were encountered: