From 42f0b93b684f1f3ffdc191b90fd040bdb1b6aa40 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 30 May 2017 15:26:03 +0200 Subject: [PATCH] networking.md: Add reference to the Cilium network plugin Signed-off-by: Thomas Graf --- docs/concepts/cluster-administration/networking.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/concepts/cluster-administration/networking.md b/docs/concepts/cluster-administration/networking.md index b223279176..ef1a7c3af6 100644 --- a/docs/concepts/cluster-administration/networking.md +++ b/docs/concepts/cluster-administration/networking.md @@ -106,6 +106,14 @@ as an introduction to various technologies and serves as a jumping-off point. The following networking options are sorted alphabetically - the order does not imply any preferential status. +### Cilium + +[Cilium](https://github.com/cilium/cilium) is open source software for +providing and transparently securing network connectivity between application +containers. Cilium is L7/HTTP aware and can enforce network policies on L3-L7 +using an identity based security model that is decoupled from network +addressing. + ### 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.