azure-load-balancer Questions
2
Solved
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 AW...
Tribasic asked 23/8, 2020 at 13:35
4
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 sc...
Chokeberry asked 13/10, 2019 at 8:46
1
Solved
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 p...
Valedictory asked 13/12, 2021 at 10:58
3
Solved
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, lik...
Moneymaker asked 25/4, 2020 at 17:20
1
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 P...
Krucik asked 25/6, 2020 at 9:57
1
Solved
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 us...
Spit asked 6/6, 2019 at 23:26
1
Solved
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.
Ques...
Gumbotil asked 17/12, 2018 at 13:1
0
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 valu...
Undenominational asked 25/9, 2018 at 7:3
1
Solved
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: ...
Eteocles asked 9/9, 2018 at 20:49
1
Solved
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 se...
Sidneysidoma asked 4/4, 2018 at 12:51
1
© 2022 - 2024 — McMap. All rights reserved.