AKS Azure network policy manager not applying policies properly

Raphael 0 Reputation points
2024-06-13T14:11:10.93+00:00

Not a question, but there's no place for bug reports

Azure network policy manager does not enforce defined network policies on the local node.

For example if you define a network policy to filter out all egress traffic from the pod, the traffic going toward the local node private ip (not the public one if any) won't be filtered out.

Consequently any listening service on the private ip can be connected to (containerd, kubelet, ssh…).

This only concerns Azure NPM, not Calico if you choose this option instead

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,996 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Raphael 0 Reputation points
    2024-06-13T14:39:13.03+00:00

    nvm found the place to report bug on the software component on github