iptables proxy actually is the default since 1.2
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#v120pull/1020/head
parent
8cae25b954
commit
81847110f9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue