Add kube-router as networking solution (#5071)
* Add kube-router as networking solution * Add kube-router as networking solution
This commit is contained in:
committed by
Zach Corleissen
parent
50dbd9877b
commit
cbc0815ad6
@@ -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
|
The result of all this is that all `Pods` can reach each other and can egress
|
||||||
traffic to the internet.
|
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
|
### L2 networks and linux bridging
|
||||||
|
|
||||||
If you have a "dumb" L2 network, such as a simple switch in a "bare-metal"
|
If you have a "dumb" L2 network, such as a simple switch in a "bare-metal"
|
||||||
|
|||||||
Reference in New Issue
Block a user