When operating in environments with high pod churn rates—where pods are frequently created and terminated—and multiple services are configured to reference a single deployment, we observed that network connectivity on some of the pods is failing on windows nodes.
On the pods where we have network issue, tried to do DNS lookup by exec into the pods and it failed to resolve the DNS.
I was going through the below PR and want to check whether any regression caused the network connectivity issue.
PR1: #135146
PR2: #133953
Our customers reported that they started seeing this issue from long time since k8s 1.31 and higher.