-
Notifications
You must be signed in to change notification settings - Fork 102
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 per-pod DNS settings #555
Labels
Comments
Also, I think |
@MorrisLaw sure, go for it! |
As per the discussion in today's Ambient meeting. We'll be pausing work on this for now. |
howardjohn
added a commit
to howardjohn/ztunnel
that referenced
this issue
May 29, 2024
Fixes istio#1074 (issue was incorrect basically). Before our search domain was always ztunnel's (istio-system). This is incorrect; we should know the search domain of the request. We don't know the per-pod custom settings (istio#555), but we can use the correct defaults.
Merged
howardjohn
added a commit
to howardjohn/ztunnel
that referenced
this issue
May 29, 2024
Fixes istio#1074 (issue was incorrect basically). Before our search domain was always ztunnel's (istio-system). This is incorrect; we should know the search domain of the request. We don't know the per-pod custom settings (istio#555), but we can use the correct defaults.
howardjohn
added a commit
to howardjohn/ztunnel
that referenced
this issue
Jun 3, 2024
Fixes istio#1074 (issue was incorrect basically). Before our search domain was always ztunnel's (istio-system). This is incorrect; we should know the search domain of the request. We don't know the per-pod custom settings (istio#555), but we can use the correct defaults.
howardjohn
added a commit
to howardjohn/ztunnel
that referenced
this issue
Jun 6, 2024
* dns: fix search lookup Fixes istio#1074 (issue was incorrect basically). Before our search domain was always ztunnel's (istio-system). This is incorrect; we should know the search domain of the request. We don't know the per-pod custom settings (istio#555), but we can use the correct defaults. * Fix unwrap (cherry picked from commit 2e41538)
istio-testing
pushed a commit
that referenced
this issue
Jun 6, 2024
* dns: fix search lookup Fixes #1074 (issue was incorrect basically). Before our search domain was always ztunnel's (istio-system). This is incorrect; we should know the search domain of the request. We don't know the per-pod custom settings (#555), but we can use the correct defaults. * Fix unwrap (cherry picked from commit 2e41538)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The DNS proxy needs a way to identify per-pod DNS settings when running as a shared (multi-tenant) proxy. The initial implementation will use the settings defined the ztunnel DaemonSet's
/etc/resolv.cof
for all clients running on the node. While this will likely work for most use cases, we also need to respect per-pod settings.The text was updated successfully, but these errors were encountered: