Skip to content

Commit

Permalink
Update as per the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shavidissa committed Jun 26, 2019
1 parent c017c5d commit 7294207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ select a backend Pod.
By default, kube-proxy in iptables mode chooses a backend at random.

Using iptables to handle traffic has a lower system overhead, because traffic
is handled by Linux netfilter. It removes the need to switch between userspace and the
is handled by Linux netfilter without the need switch between userspace and the
kernel space. This approach is also likely to be more reliable.

If kube-proxy is running in iptables mode and the first Pod that's selected
Expand Down Expand Up @@ -293,8 +293,8 @@ To run kube-proxy in IPVS mode, you must make the IPVS Linux available on
the node before you starting kube-proxy.

When kube-proxy starts in IPVS proxy mode, it verifies whether IPVS
kernel modules are available, and if those are not detected, then kube-proxy
fall back to running in iptables proxy mode.
kernel modules are available. If the IPVS kernel modules are not detected, then kube-proxy
falls back to running in iptables proxy mode.
{{< /note >}}

![Services overview diagram for IPVS proxy](/images/docs/services-ipvs-overview.svg)
Expand Down

0 comments on commit 7294207

Please sign in to comment.