From cbc0815ad6dce07c33c419c387cd51698e1ef3c9 Mon Sep 17 00:00:00 2001 From: Murali Reddy Date: Sat, 19 Aug 2017 01:45:30 +0530 Subject: [PATCH] Add kube-router as networking solution (#5071) * Add kube-router as networking solution * Add kube-router as networking solution --- docs/concepts/cluster-administration/networking.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/concepts/cluster-administration/networking.md b/docs/concepts/cluster-administration/networking.md index 8c41139c44..99b2106829 100644 --- a/docs/concepts/cluster-administration/networking.md +++ b/docs/concepts/cluster-administration/networking.md @@ -168,6 +168,10 @@ sysctl net.ipv4.ip_forward=1 The result of all this is that all `Pods` can reach each other and can egress traffic to the internet. +### Kube-router + +[Kube-router](https://github.com/cloudnativelabs/kube-router) is a purpose-built networking solution for Kubernetes that aims to provide high performance and operational simplicity. Kube-router provides a Linux [LVS/IPVS](http://www.linuxvirtualserver.org/software/ipvs.html)-based service proxy, a Linux kernel forwarding-based pod-to-pod networking solution with no overlays, and iptables/ipset-based network policy enforcer. + ### L2 networks and linux bridging If you have a "dumb" L2 network, such as a simple switch in a "bare-metal"