Azure / AKS

Azure Kubernetes Service
1.92k stars 284 forks source link

[Feature] Add support for LocalRedirectPolicy in Azure CNI Powered by Cilium #4202

Open Flasheh opened 1 month ago

Flasheh commented 1 month ago

Is your feature request related to a problem? Please describe. As of right now the azure-managed Cilium implementation does not have localredirectpolicies enabled. This feature allows you to redirect pod traffic to the local node where it is running. It is required for certain scenarios such as nodelocal DNS cache.

https://docs.cilium.io/en/stable/network/kubernetes/local-redirect-policy/

Describe the solution you'd like Enable support for local redirect policies

Describe alternatives you've considered I'm not aware of any solution to implement this currently without using LocalRedirectPolicies.

Additional context N/A