deployments-k8s
deployments-k8s copied to clipboard
Signed-off-by: Denis Tingaikin
Our first limits were set in https://github.com/networkservicemesh/deployments-k8s/pull/727 That was good for first step but it is not looking good for now. We still see issues with limits on different systems....
Signed-off-by: Laszlo Kiraly
## Problem statement Currently NSM is using **3-5 exposed services** for `interdomain/floating interdomain` and `interdomain/floating + vl3`control plane scenarios ```mermaid sequenceDiagram nsc-->>nsmgr1: Request(...) nsmgr1-->>registry1: registry.Find(...) participant forwarder1 registry1-->>nsmgr-proxy1: registry.Find(...) nsmgr-proxy1-->>registry-proxy-dns1:...
## Description Add example that combines two NSM Features: `vl3`, `scale-from-zero` See at https://github.com/networkservicemesh/deployments-k8s/tree/main/examples/features/scale-from-zero and https://github.com/networkservicemesh/deployments-k8s/tree/main/examples/features/vl3 ## Use-case 1. Two nscs starts on two different nodes. 2. both nsc connects...
## Description Consider using Jaeger, Prometheus, and OpenTelemetry Operators in observability examples. ## Steps to reproduce Run commands from README.md file from zip. [opentelemetry-operators.zip](https://github.com/networkservicemesh/deployments-k8s/files/7881290/opentelemetry-operators.zip) ## Bugs Jaeger and Prometheus operators...
I'm looking for a document describing exported metrics in NSM but couldn't find any. It looks like documentation is missing.
The vpp and ovs forwarders supports remote vlan mechanism. - Extend the tests to forwarder-ovs. - Break the existing tests into internal and cluster breakout cases. - Add examples for...
As NSM sits on the layer 3 of the OSI model (the network layer), is IPSec VPN used for communication across the public network?
Hello, Is there a plan to provide VPN example ? our team was referring to - https://networkservicemesh.io/docs/examples/vpn/ and it seems to be not available anymore? Also, we noticed SFC is...