Categorygithub.com/danielvladco/k8s-vnet
repository
0.3.3
Repository: https://github.com/danielvladco/k8s-vnet.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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:

  1. git clone -b vl3_api_rebase [email protected]:tiswanso/networkservicemesh.git
  2. git clone [email protected]:danielvladco/k8s-vnet.git
  3. KUBECONFDIR=~/kubeconfigs/nsm/ NSM_DIR=./networkservicemesh/ ./k8s-vnet/scripts/start_kind_clusters.sh

This example will execute these things in the following order:

  1. It will create 2 kind clusters
  2. Then will install nsm components on it
  3. And install virtual layer 3 component
  4. 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