-
Notifications
You must be signed in to change notification settings - Fork 30
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
[cilium] ExternalName Service Causes Unintended External Traffic #716
Comments
The Are you not seeing the service being updated with the cluster local host or cluster ip? |
@kahirokunn just following up here |
This also occurred when using Cilium's GatewayAPI. |
We don't test with Cillium - so it's probably specific to that implementation. |
I understand. |
@dprotaso for me with cilium, my test deployment's generated ExternalName service stay as |
This issue is stale because it has been open for 90 days with no |
/reopen |
@kahirokunn: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This issue is stale because it has been open for 90 days with no |
Issue: ExternalName Service Causes Unintended External Traffic in helloworld-go Sample
Version Affected: 1.14.0
Description:
After applying the helloworld-go sample provided in the latest release (version 1.14.0) of Knative Serving, an ExternalName service was generated as described below. This service setup leads to internal application requests being routed externally via the NAT Gateway, instead of being contained within the cluster. This behavior might not be intended as it causes cluster-internal communications to be sent over the internet.
Generated Service YAML:
Expected Behavior:
Internal requests to the service should remain within the cluster, avoiding unnecessary use of external network resources.
Actual Behavior:
Traffic intended for internal services is routed externally, causing potential latency and cost implications.
Steps to Reproduce:
helloworld-go
service.The text was updated successfully, but these errors were encountered: