Azure / AKS

Azure Kubernetes Service
https://azure.github.io/AKS/
1.96k stars 306 forks source link

Multiple Load Balancer Support #2174

Open miwithro opened 3 years ago

miwithro commented 3 years ago

Public Preview ETA: Q4 2024*

*ETAs are estimations and subject to change

Status: delayed for security priority work.

ghost commented 3 years ago

@Azure/aks-pm issue needs labels

ghost commented 3 years ago

@Azure/aks-pm issue needs labels

ghost commented 3 years ago

Action required from @Azure/aks-pm

ghost commented 3 years ago

Action required from @Azure/aks-pm

goenning commented 2 years ago

@palma21 @miwithro hey, is there any support for multiple load balancers in AKS?

There's currently a limitation of 300 Rules per NIC, so having multiple load balancers would be great.

Thanks, Guilherme

stefanovp commented 2 years ago

Hey @palma21 @miwithro any updates on this?

I'm struggling with the exact same scenario as @thperapp in #1754... meanwhile, does anyone have a workaround for having one egress public ip per pod?

Tks, Stefano

veezhang commented 2 years ago

https://github.com/kubernetes-sigs/cloud-provider-azure/issues/908 What is your plan?

hofmannma commented 2 years ago

Similiar issue here: we seek to have more than 8 private link services available from an AKS. But with one private loadbalancer only this is limited to 8.

nouha-terzi commented 2 years ago

@palma21 @miwithro hey, is there any support for multiple load balancers in AKS?

There's currently a limitation of 300 Rules per NIC, so having multiple load balancers would be great.

Thanks, Guilherme

Hello Guilherme, By any chance, have you been able to find a workaround ?

thank you in advance.

regards, Nouha

boliu83 commented 1 year ago

@miwithro any timeline available for when this feature going to be delivered? I have a client who wants to use multiple load balancers in their AKS clsuter because of the 8 private link service per LB limit.

lastcoolnameleft commented 1 year ago

Similiar issue here: we seek to have more than 8 private link services available from an AKS. But with one private loadbalancer only this is limited to 8.

@hofmannma , I wrote a blog article to workaround a similar situation. Perhaps this will help: https://dev.to/lastcoolnameleft/azure-private-link-service-load-balancer-aks-limitation-44db

ericsuhong commented 1 year ago

@Azure/aks-pm Do we have any update on when this feature will be implemented?

mohamedsaif commented 8 months ago

+1 Use case: gaming company deploying 500+ db services in a single cluster that is required to have routable IP (and this is a TCP binary connection not HTTP) with little flexibility to change port numbers.

Our other workloads running in the cluster are all HTTP/S and ingress via Traefik, though we may in the future introduce additional workloads that would also require TCP routing via a load balancer service.

mauriciocirelli commented 7 months ago

I have another use case for this feature. We need to have a Public Load Balancer for public access and an Internal Load Balancer for loads that come from internal networks and VPNs. We run UDP/TCP services (Layer 4) in different ports, so Layer 7 load balancing services are not helpful.

Any plans to have this feature supported?

modiatul commented 1 month ago

@aritraghosh - any ETA for this, ?

jasonlinSxT commented 3 weeks ago

Would also like to see this feature. Thanks!