AKS - Restriction access between pods with AKS using virtual nodes
Sela Goldenberg
11
Reputation points
Hello,
I Have an AKS cluster running and using Virtual nodes to run my deployment.
I want to restrict the access between different service in my cluster, I understand NetworkPolicy is used for that
The problem is I cannot seem to be able to implement policy on The virtual nodes running my pods.
Im using the azure Network policy, and I check the npm pod in my cluster and I see it only running on my default system-node and not on my virtual node.
Is there any way to make it run on the virtual node?
Sign in to answer