networkop / k8s-topo

Topology builder for network simulations inside K8S
BSD 3-Clause "New" or "Revised" License
72 stars 18 forks source link

Add physical device support #8

Open tahir24434 opened 4 years ago

tahir24434 commented 4 years ago

Please see #13 for details. Below is brief summary. Curretnly k8s-topo/meshnet assume that all devices in topology are virtual and running inside K8s pods. This commit introduces support for having physical device -- running outside of K8s cluster -- as peer of virtual device. k8s-topo will not create a pod for the physical device. Rest of the things will carry on as usual.

tahir24434 commented 4 years ago

Corresponding meshnet commit https://github.com/networkop/meshnet-cni/pull/14/files.