# README
Kubernetes Virtual network
This repository is an PoC for a virtual OSI level 3 network implemented using cisco technologies in a kubernetes inter cluster environment.
usage example:
git clone -b vl3_api_rebase [email protected]:tiswanso/networkservicemesh.git
git clone [email protected]:danielvladco/k8s-vnet.git
KUBECONFDIR=~/kubeconfigs/nsm/ NSM_DIR=./networkservicemesh/ ./k8s-vnet/scripts/start_kind_clusters.sh
This example will execute these things in the following order:
- It will create 2 kind clusters
- Then will install nsm components on it
- And install virtual layer 3 component
- Finally it will run a test between 2 NSC's to test if it is able to connect.
NOTE:
for cleanup run: ./k8s-vnet/scripts/start_kind_clusters.sh --delete