You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ single DaemonSet/Binary. It doesn't get any easier.
20
20
### IPVS/LVS based service proxy | `--run-service-proxy`
21
21
22
22
kube-router uses the Linux kernel's LVS/IPVS features to implement its K8s Services
23
-
Proxy. Kube-router fully leverages power off LVS/IPVS to provide unique features like DSR(Direct Server Return), L3 load balancing with ECMP for deployments where high throughput, minimal latency and high-availability are crucial.
23
+
Proxy. Kube-router fully leverages power off LVS/IPVS to provide rich set of [scheduling options](/Documentation#load-balancing-scheduling-algorithms) and unique features like DSR(Direct Server Return), L3 load balancing with ECMP for deployments where high throughput, minimal latency and high-availability are crucial.
24
24
25
25
Read more about the advantages of IPVS for container load balancing:
26
26
-[Kubernetes network services proxy with IPVS/LVS](https://cloudnativelabs.github.io/post/2017-05-10-kube-network-service-proxy/)
0 commit comments