-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add example or explanation on how to interconnect ns endpoints (nse) #478
Comments
@lewisfelix Good point... which would be the most interesting first example of that in your opinion? |
@edwarnicke are you referring to those already implemented in the other NSM "examples" repository or in general? :) In my opinion, one "simple" example (quoted because this is just simple in my mind now, I might be wrong in this one) could be using two "simple-clients" and two "simple-endpoints", interconnecting these later ones to allow both clients to be pinged though the endpoints (i.e. forcing the traffic to traverse the endpoints from one client to another). If it is the case of those already developed for NSM, perhaps the VPN one seems to the most representative one of all, as it is the one presented in both the main repository and the website, clearly showing how multiple endpoints can cooperate to build a complex service using NSM. Again Im just theorising here so what I am saying, or considering, now might be wrong or not the best approach for this, but I think an example of such characteristics can be potentially interesting for these new approach to NSM. Thanks! |
Waiting for moving this from |
…d-nse-icmp-responder@main PR link: networkservicemesh/cmd-nse-icmp-responder#478 Commit: 8a262fd Author: Denis Tingaikin Date: 2022-12-01 12:25:06 +0300 Message: - Merge pull request #478 from acnodal/better-caching Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…d-nse-vlan-vpp@main PR link: networkservicemesh/cmd-nse-vlan-vpp#478 Commit: 5de8289 Author: Network Service Mesh Bot Date: 2024-05-24 08:52:58 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#478) PR link: networkservicemesh/sdk-vpp#831 Commit: 57d31ec Author: Nikita Skrynnik Date: 2024-05-25 00:49:13 +1100 Message: - Remove netNSMonitor from forwarder-vpp (#831) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…d-registry-k8s@main PR link: networkservicemesh/cmd-registry-k8s#478 Commit: e16db2b Author: Network Service Mesh Bot Date: 2024-09-24 09:56:48 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#478) PR link: networkservicemesh/sdk-k8s#523 Commit: e3a1092 Author: Ed Warnicke Date: 2024-09-24 09:53:20 -0500 Message: - Merge pull request #523 from networkservicemesh/reliable-watch Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…d-registry-k8s@main (#12314) PR link: networkservicemesh/cmd-registry-k8s#478 Commit: e16db2b Author: Network Service Mesh Bot Date: 2024-09-24 09:56:48 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#478) PR link: networkservicemesh/sdk-k8s#523 Commit: e3a1092 Author: Ed Warnicke Date: 2024-09-24 09:53:20 -0500 Message: - Merge pull request #523 from networkservicemesh/reliable-watch Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
Good afternoon:
With this new approach for NSM, I have noticed that you have uploaded several cases of connectivity between NSC and NSE. However, there is no example on how to interconnect different NSEs in order to perform a bigger/more complex service with NSM in this case.
If possible, do you consider adding an example of such characteristics to this repository? In my humble opinion, I think it could be a very positive addition to the examples that are already present.
Thanks!
The text was updated successfully, but these errors were encountered: