Fixed: Kubelet TCP/HTTP probes: improve network resources utilization

What's the problem?

This issue was identified in Kubernetes PR #115143. /kind bug /kind cleanup /kind feature #### What this PR does / why we need it: For every connection created, the OS opens a socket and, once it finish it doesn't free all the resources immedia...

Why does this happen?

Based on the PR analysis, this was caused by a race condition or misconfiguration in the networking stack.

Code Example

# See fix details in GitHub PR: https://github.com/kubernetes/kubernetes/pull/115143

How to fix it

The fix involves updating the network policy or controller logic as implemented in the PR commits.

#k8s#networking#bugfix#solved