Files
kubernetes/pkg/proxy
Antonio Ojea 120472032c kube-proxy: treat ExternalIPs as ClusterIP
Currently kube-proxy treat ExternalIPs differently depending on:
- the traffic origin
- if the ExternalIP is present or not in the system.

It also depends on the CNI implementation to
discriminate between local and non-local traffic.

Since the ExternalIP belongs to a Service, we can avoid the roundtrip
of sending outside the traffic originated in the cluster.

Also, we leverage the new LocalTrafficDetector to detect the local
traffic and not rely on the CNI implementations for this.
2020-11-22 00:54:33 +01:00
..
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-10-26 13:15:59 -07:00
2020-09-18 00:44:39 +00:00
2020-05-16 07:54:33 -04:00
2020-11-12 12:30:50 -08:00
2016-07-16 13:48:21 -04:00
2020-10-26 13:15:59 -07:00
2020-10-26 13:15:59 -07:00
2019-11-15 13:36:43 +08:00