examples icon indicating copy to clipboard operation
examples copied to clipboard

Network Service Mesh examples repo

Results 9 examples issues
Sort by recently updated
recently updated
newest added

The load balancer example check script is not verifying the traffic is passing and distributed by the balancer. We need a more sophisticated check that will ensure the balancer is...

Good morning: When following the instructions on simple-bridge, the containers become stuck in an Init:0/1 state in kubectl get pods, never reaching the "initialised" state. The command kubectl logs pods/simple-client-ffcdd585c-5mvnl...

[This PR](https://github.com/networkservicemesh/networkservicemesh/pull/2193) provides support to multiple services in one endpoint, this change opens the possibility to create a generic sidecar which address most of the scenarios providing the NSE information...

In the `gw-routers` example, docker image `networkservicemesh/universal-cnf-vppagent:latest` is used for all the containers. But looking at https://hub.docker.com/r/networkservicemesh/universal-cnf-vppagent/tags; `latest` tag is not present. Instead it is tagged as `master`

The nc connection to the application server through the "nc 10.2.2.0 5001" command is not working. Executing tcpdump commands in application server in the nsm0 interface I observe that the...

This includes a basic deplyment and a manual start of the DP. The NGIC image is compiled out of a separate repo to account for the new --no_veth which allows...

I was attempting to demo some NSM things to some colleagues. The systems I was working on don't use docker as the container runtime, they use CRI-O. Here's an example...

Tests load-balancing from the NSE-pod. Fixes #82 The vip address is accessed 30 times and the lb-data is collected and the frequence of targets computed. Example of test printout; ```...

Signed-off-by: Nikolay Nikolaev