From 37b89f0bd15d5ff4189b9ad1786bcb1c7478d1d0 Mon Sep 17 00:00:00 2001 From: Vipin Jain Date: Tue, 5 Apr 2016 22:30:44 -0700 Subject: [PATCH] add contiv to networking.md --- docs/admin/networking.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/admin/networking.md b/docs/admin/networking.md index 74b428f111..edc7b56db4 100644 --- a/docs/admin/networking.md +++ b/docs/admin/networking.md @@ -181,6 +181,10 @@ IPs. [Romana](https://romana.io) is an open source software defined networking (SDN) solution that lets you deploy Kubernetes without an overlay network. +### Contiv + +[Contiv](https://github.com/contiv/netplugin) provides configurable networking (native l3 using BGP, overlay using vxlan, classic l2, or Cisco-SDN/ACI) for various use cases. [Contiv](http://contiv.io) is all open sourced. + ## Other reading The early design of the networking model and its rationale, and some future