Merge pull request #1020 from stapelberg/patch-1

iptables proxy actually is the default since 1.2
This commit is contained in:
Prashanth B 2016-08-12 14:25:36 -07:00 committed by GitHub
commit adfe244f9e
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@ this example).
Every node in a Kubernetes cluster runs a `kube-proxy`. This application
is responsible for implementing a form of virtual IP for `Service`s. In
Kubernetes v1.0 the proxy was purely in userspace. In Kubernetes v1.1 an
iptables proxy was added, but was not the default operating mode. In
Kubernetes v1.2 we expect the iptables proxy to be the default.
iptables proxy was added, but was not the default operating mode. Since
Kubernetes v1.2, the iptables proxy is the default.
As of Kubernetes v1.0, `Services` are a "layer 3" (TCP/UDP over IP) construct.
In Kubernetes v1.1 the `Ingress` API was added (beta) to represent "layer 7"