load-balancer-and-ingress-services-for-kubernetes icon indicating copy to clipboard operation
load-balancer-and-ingress-services-for-kubernetes copied to clipboard

[Feature Request] Manage Network Security Rules inside kubernetes

Open jduepmeier opened this issue 11 months ago • 1 comments

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

jduepmeier avatar Jul 14 '23 09:07 jduepmeier