Skip to content

Commit

Permalink
Take kube-proxy features for granted
Browse files Browse the repository at this point in the history
All supported Kubernetes versions offer all kube-proxy features
previously listed.
  • Loading branch information
sftim committed Nov 8, 2019
1 parent 3c38315 commit a3b4d5a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,6 @@ There are a few reasons for using proxying for Services:
on the DNS records could impose a high load on DNS that then becomes
difficult to manage.

### Version compatibility

Since Kubernetes v1.0 you have been able to use the
[userspace proxy mode](#proxy-mode-userspace).
Kubernetes v1.1 added iptables mode proxying, and in Kubernetes v1.2 the
iptables mode for kube-proxy became the default.
Kubernetes v1.8 added ipvs proxy mode.

### User space proxy mode {#proxy-mode-userspace}

In this mode, kube-proxy watches the Kubernetes master for the addition and
Expand Down

0 comments on commit a3b4d5a

Please sign in to comment.