deployments-k8s
deployments-k8s copied to clipboard
How NSM works using a product example
Overview
Currently, we present examples that mainly describe the bare functionality and features of NSM.
But we don't have examples of product use. This would be very useful for new users who are just starting to use NSM. Many popular service meshes have such examples. It would be more interactive if the user could visually evaluate the application running over the NSM network.
We can look at the example presented by kubernetes and use it as a basis - Guestbook: https://kubernetes.io/docs/tutorials/stateless-application/guestbook/ The guestbook application uses Redis to store its data.
There is an idea to create a series of examples that explain the main functionality of NSM from simple to complex. For example:
- Kernel2Ethernet2Kernel
- vL3 network
- Interdomain
hi @glazychev-art
As a user of nsm, I think this is a very good idea. Please implement it quickly. I am looking forward to it.
Configuration without DNS works (but doesn't use NSM connections) Kernel2Ethernet2Kernel_App-no-DNS.zip
Unworking configuration with DNS Kernel2Ethernet2Kernel_App-with-DNS.zip