aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

[EKS] [request]: DNS based policy support #2180

Open sjastis opened 1 year ago

sjastis commented 1 year ago

Community Note

Tell us about your request Native capabilities to allow and restrict traffic based on DNS names.

Which service(s) is this request for? EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? DNS based policies allow us to control traffic using DNS names, that are human readable and easier to manage than IP addresses. Looking for native support in the default EKS networking plugin to implement these policies.

Are you currently working around this issue? Installing third party plugins that result in operational overhead.

Additional context

robbo10 commented 4 months ago

Is there any update on this?

jimmyjones2 commented 3 months ago

Would this be solved with AdminNetworkPolicy in #2243, which supports controlling egress by FQDN?