Merge pull request #1978 from shettyg/docs

networking.md: Add OVN as a networking plugin option.
reviewable/pr1955/r2^2
devin-donnelly 2016-12-21 17:23:18 -05:00 committed by GitHub
commit 2fc412b5fb
1 changed files with 8 additions and 0 deletions

View File

@ -181,6 +181,14 @@ The Nuage platform uses overlays to provide seamless policy-based networking bet
complicated way to build an overlay network. This is endorsed by several of the
"Big Shops" for networking.
### OVN (Open Virtual Networking)
OVN is an opensource network virtualization solution developed by the
Open vSwitch community. It lets one create logical switches, logical routers,
stateful ACLs, load-balancers etc to build different virtual networking
topologies. The project has a specific Kubernetes plugin and documentation
at [ovn-kubernetes](https://github.com/openvswitch/ovn-kubernetes).
### Project Calico
[Project Calico](http://docs.projectcalico.org/) is an open source container networking provider and network policy engine.