-
Notifications
You must be signed in to change notification settings - Fork 12
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
[dns] resolve service using internal (short) name? #9
Comments
@austinnichols101 not currently. any concerns over conflicting with public domains (eg app.dev could be a legitimate site)?
can try adding as as an optional feature though, lmk.
…Sent from my iPhone
On Nov 15, 2018, at 7:57 AM, M ***@***.***> wrote:
Given a svc with the following FQDN:
foo.default.svc.cluster.local
is there a configuration option that will allow me to resolve using the "short" name:
foo.default
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I can work around it by specifying a dns As background, I have been using telepresence with vpn-tcp mode which allows this type of lookup. This allows me to use the same naming that the pods use within the cluster. |
@austinnichols101 do you typically configure it to deal with shortest names as well (just the svc name, eg |
@cppforlife no, typically I use the svc name + namespace. |
all righty, i ll give it a try next week. |
@austinnichols101 you can also setup bespoke routes via |
Given a svc with the following FQDN:
foo.default.svc.cluster.local
is there a configuration option that will allow me to resolve using the "short" name:
foo.default
The text was updated successfully, but these errors were encountered: