aws / aws-network-policy-agent

Apache License 2.0
42 stars 23 forks source link

How to allow control plane request in strict NetworkPolicy mode? #281

Open weijiany opened 2 weeks ago

weijiany commented 2 weeks ago

What happened:

I want to use strict NetworkPolicy to restrict my network in EKS cluster, at the same time I use some 3rd applications that have admission controller, they were called by control plane, and these requests will be failed due to I can't configure an ingress to allow control plane access it. Because the control plane is managed by AWS, I couldn't find pods in my EKS cluster, and I couldn't use a label selector to match them.

Environment:

Do you have some thoughts about this question? 🤔

weijiany commented 4 days ago

Hi this, any updates about this question?