pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
171 stars 80 forks source link

Support for EKS networkpolicy feature #907

Open infa-ddeore opened 1 year ago

infa-ddeore commented 1 year ago

Hello!

Issue details

AWS recently announced support for network policy, check https://aws.amazon.com/blogs/containers/amazon-vpc-cni-now-supports-kubernetes-network-policies/ for more details. Can pulumi have this option added

Affected area/feature

thomas11 commented 1 year ago

Thank you for the suggestion, @infa-ddeore! I think this would be a good fit for pulumi-eks since it already covers amazon-vpc-cni-k8s.

I think we'd need to for the underlying pulumi-aws provider to get support for it first, though.