networkop / meshnet-cni

a (K8s) CNI plugin to create arbitrary virtual network topologies
BSD 3-Clause "New" or "Revised" License
116 stars 28 forks source link

Can meshnet-cni support the SDN? #34

Closed cse578group29 closed 2 years ago

cse578group29 commented 2 years ago

Hello, meshenet-cni can support the network created by k8s-topo well. Can it support the SDN (e.g., created by Mininet)? Is there an example? Thank you!

networkop commented 2 years ago

meshnet-cni was only designed to be used as a Kubernetes CNI plugin. Anything else is outside of scope.

cse578group29 commented 2 years ago

Thank you!