vmware / load-balancer-and-ingress-services-for-kubernetes

Load Balancer and Ingress services for Kubernetes
Other
98 stars 57 forks source link

[Feature Request] Manage Network Security Rules inside kubernetes #1202

Open jduepmeier opened 1 year ago

jduepmeier commented 1 year ago

Is your feature request related to a problem? Please describe.

I want to limit access to an ingress by source ip (like with this nginx annotation nginx.ingress.kubernetes.io/whitelist-source-range). If i understand it correctly this can be managed by network security rules. But with the current CRDs i can only assign defined network security rules.

It would be nice if there is a way to define the rules inside the kubernetes cluster.

Bildschirmfoto 2023-07-14 um 11 23 24

Describe the solution you'd like

Provide a way to define network security rules inside a kubernetes cluster. One way is to define a new CRD to create the rules.

Describe alternatives you've considered

No response

Additional context

No response

fluffyhake commented 1 year ago

Would love to see this implemented! Any custom policy currently requires someone from Infrastructure team to create resources directly in ALB which is a hassle.