This commit is contained in:
Harry Lee 2019-02-17 13:00:17 +08:00 committed by Murali Reddy
parent ffc37f776f
commit a63d386a07

View File

@ -90,7 +90,7 @@ A primary motivation for kube-router is performance. The combination of BGP for
inter-node Pod networking and IPVS for load balanced proxy Services is a perfect inter-node Pod networking and IPVS for load balanced proxy Services is a perfect
recipe for high-performance cluster networking at scale. BGP ensures that the recipe for high-performance cluster networking at scale. BGP ensures that the
data path is dynamic and efficient, and IPVS provides in-kernel load balancing data path is dynamic and efficient, and IPVS provides in-kernel load balancing
that has been thouroughly tested and optimized. that has been thoroughly tested and optimized.
## Getting Started ## Getting Started