Questions tagged [azure-load-balancer]

Use this tag for questions regarding the Azure Load Balancer. Azure Load Balancer distributes incoming, internal, and outgoing internet traffic.

Azure Load Balancer distributes incoming, internal, and outgoing internet traffic. It may also forward traffic to a particular port.

References:

  1. Load Balancer Documentation

  2. Load Balancer REST API

350 questions
15
votes
1 answer

How Azure load balances scaled out App Service plan?

I have one Azure App Service in which I have created 5 instances using App Service Plan Scale Out option. Now I am not sure how does Azure load balances requests between this instances? I am not seeing any load balancer for it. Also how can I know…
11
votes
0 answers

Azure App Service load balancing settings

ARM template for Azure App Service has setting to configure load balancing algorithm - loadBalancing. According to documentation it's available through SiteConfig object and can have following values: WeightedRoundRobin, LeastRequests,…
samfromlv
  • 1,001
  • 1
  • 10
  • 17
10
votes
1 answer

Assign Static Public Address to Azure Container Instance deployment

Context Working on a project to deploy a restful API application and seperate TCP service to an Azure Container Instance. The TCP service requires a static Ipv4 address due to legacy reasons. Question I am attempting to isolate my options to assign…
7
votes
1 answer

Continuous Delivery with Azure Load Balancer

We have two VMs behind a Load Balancer. We would like to make one of the VMs publicly inaccessible when we do a new deployment, so we can test the new version of the application before it becomes publicly accessible. The current plan is to block one…
WinBoss
  • 879
  • 1
  • 17
  • 40
6
votes
1 answer

Why is Azure App Services is not evenly distributing traffic across instances?

Our issue is that Azure App Service (S3 x 5 Instances) is not evenly distributing requests across the 5 instances. The result is that one instance is getting swamped with requests and our overall P50 & P95 response time SLA for that app service is…
6
votes
3 answers

How to do file versioning with CDN and a loadbalancer?

So I'm using a very simple CDN service. You point to your website and if you call it through their HostName they'll cache it for you after the first call. I use this for all my static content, like JavaScript files and images. This all works perfect…
6
votes
4 answers

why do we need consistent hashing when round robin can distribute the traffic evenly

When the load balancer can use round robin algorithm to distribute the incoming request evenly to the nodes why do we need to use the consistent hashing to distribute the load? What are the best scenario to use consistent hashing and RR to…
6
votes
1 answer

should I choose azure application gateway or load balancer or front door or traffic manager?

I have a SaaS web app developed with Angular 8 and Asp.net Core Web API. I have deployed web api to a azure web app and deployed angular front-end web app to another azure web app as well. The users are from China and Australia and other countries.…
6
votes
1 answer

How to get client IP address from inside a Azure Kubernetes with a LoadBalancer service

I'm getting the node IP address instead of the client IP. Is it possible to get the client IP with a service of type LoadBalancer? Or will I need to use a ingress controller? apiVersion: v1 kind: Service metadata: name: app-svc labels: name:…
lmcarreiro
  • 5,312
  • 7
  • 36
  • 63
4
votes
2 answers

Getting client original ip address with azure aks

I'm currently working on copying AWS EKS cluster to Azure AKS. In our EKS we use external Nginx with proxy protocol to identify the client real IP and check if it is whitelisted in our Nginx. In AWS to do so we added to the Kubernetes service…
Swarrly
  • 87
  • 1
  • 7
4
votes
0 answers

Slow load balancing through Azure Cloud Service

In Azure, I have two Ubuntu VMs running the same python bottle services under one Cloud Service. The two VMs are set to be in the same Load-Balanced Set and are load-balanced in a Round-Robin fashion under that cloud service. However, my problem is…
3
votes
3 answers

Azure Load Balancing Solutions. Direct Traffic to Specific VMs

We are having difficulties choosing a load balancing solution (Load Balancer, Application Gateway, Traffic Manager, Front Door) for IIS websites on Azure VMs. The simple use case when there are 2 identical sites is covered well – just use Azure Load…
3
votes
1 answer

How to make Azure not delete Public IP when deleting service / ingress-controller?

I have an nginx-ingress controller with the following config (in helm release): controller: service: loadBalancerIP: "" Public IP was created manually by myself. After I deleted the namespace in AKS I was a bit surprised to see…
3
votes
1 answer

Can't access kubernetes service of type LoadBalancer on AKS

I'm creating a plain vanilla AKS cluster with an ACR container registry and deploying a dummy service, something I've done a number of times before and should work but it's not - the service deploys without errors, I see the pod and the service are…
Vroomfundel
  • 730
  • 7
  • 24
3
votes
0 answers

Azure Load Balancer - Updated interval value for health probes ignored

The (public facing) Azure Load Balancer that I've setup through the Azure portal using default values points to a pool of 3 Virtual Machines. On each of these VMs, a tiny node.js server is running, only responding a 200 HTTP status code to the /…
Delapouite
  • 9,469
  • 5
  • 36
  • 41
1
2 3
23 24