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
https://github.com/openvswitch/ovn-kubernetes.
* Fix broken link by removing invalid characters....
The link to this page is broken because of invalid characters introduced with PR #1549.
* Update networking.md
Please move the Weave section above Flannel and include the following text:
### Weave Net from Weaveworks
[Weave Net](https://www.weave.works/documentation/net-1-5-0-introducing-weave/) is a
resilient and simple to use network for Kubernetes and its hosted applications.
Weave Net runs as a [CNI plug-in](https://www.weave.works/documentation/net-1-5-0-cni-plugin/)
or stand-alone. In either version, it doesn’t require any configuration or extra code to run,
and in both cases, the network provides one IP address per pod - as is standard for Kubernetes.