From dd1fa0039dfaac6564472515543396b2d02a5ccb Mon Sep 17 00:00:00 2001 From: hasahni Date: Tue, 13 Dec 2016 11:06:35 -0800 Subject: [PATCH] Add Nuage as a networking plugin for Kubernetes. (#1849) --- docs/admin/networking.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/admin/networking.md b/docs/admin/networking.md index 28c259a5f7f..9b77b3557ab 100644 --- a/docs/admin/networking.md +++ b/docs/admin/networking.md @@ -169,6 +169,12 @@ Follow the "With Linux Bridge devices" section of [this very nice tutorial](http://blog.oddbit.com/2014/08/11/four-ways-to-connect-a-docker/) from Lars Kellogg-Stedman. +### Nuage Networks VCS (Virtualized Cloud Services) + +[Nuage](www.nuagenetworks.net) provides a highly scalable policy-based Software-Defined Networking (SDN) platform. Nuage uses the open source Open vSwitch for the data plane along with a feature rich SDN Controller built on open standards. + +The Nuage platform uses overlays to provide seamless policy-based networking between Kubernetes Pods and non-Kubernetes environments (VMs and bare metal servers). Nuage’s policy abstraction model is designed with applications in mind and makes it easy to declare fine-grained policies for applications.The platform’s real-time analytics engine enables visibility and security monitoring for Kubernetes applications. + ### OpenVSwitch [OpenVSwitch](/docs/admin/ovs-networking) is a somewhat more mature but also