-
Notifications
You must be signed in to change notification settings - Fork 36
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
Use dns target for urls in interdomain and floating interdomain scenarious #1507
Comments
@edwarnicke What do you think? |
FYI: I've added diagrams for clarificaitons https://drive.google.com/file/d/1dYbECvp6Et8W2kIbQzc8RjJSpI7g5qCX/view?usp=sharing Also this ticket allows to do not go ahead with registry proxy Closes: networkservicemesh/cmd-registry-proxy#1 |
@denis-tingaikin Could you point me to the current URI standard we are using that you are proposing replacing? I'd like to make sure we are covering all the cases reasonably. |
@edwarnicke I've implemented this based on https://grpc.github.io/grpc/core/md_doc_naming.html without any modifications. Now, NSM, built on this PR #1571 is able to work with the DNS grpc target. |
Overview
Currently, we're using '@' to determine is the network service or network service endpoint related to the some another (external) domain.
For example,
my-service@my-domain
means that my-service is located in the remote domain my-domain.This is working fine, but we could try to support dns target pattern from the grpc.
Source: https://grpc.github.io/grpc/core/md_doc_naming.html
Example
At this moment endpoint entries in the registry are
With this feature we'll able to use this
Pros/cons
Pors:
Cons:
References
https://networkservicemesh.io/docs/concepts/k8s/
Decomposition
The text was updated successfully, but these errors were encountered: