Files
kubernetes/pkg/proxy
Antonio Ojea e43de183cf conntrack reconciler must check the dst port
The conntrack reconciler maintains the consistency between the
conntrack table on each node and the desired state of Kubernetes UDP services.

A valid entry matches a service's ClusterIP, LoadBalancerIP, or ExternalIP and Service port,
or any ip matching a NodePort, and has a reverse source IP matching an active endpoint for
that service. Other entries are deleted.

Services without endpoints and traffic not handled by kube-proxy are ignored

Co-authored-by: Daman Arora <aroradaman@gmail.com>
2025-02-28 21:14:06 +00:00
..
2025-02-13 10:27:14 -05:00
2025-01-20 13:01:53 +00:00
2025-02-19 08:29:06 +02:00
2024-12-02 16:59:34 +01:00