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
0
votes
1 answer

Changes to Azure Load balancer not working

I created an Azure Load Balancer with 2 front ends, two backend pools and two load balancing rules. Then I have a script that swaps the pools between the load balancing rules. I then call Set-AzureRmLoadBalancer to update the load balancer…
0
votes
0 answers

Unable to connect Azure RM VM from local system

I have created one Azure RM VM, and I want to connect to VM from my local desktop/ company network. How to achieve this? Also how to use Azure Load Balancer to achieve this functionality? Thank you
0
votes
1 answer

Using Azure load balancer to reboot/update server with zero downtime

I have a really simple setup: An azure load balancer for http(s) traffic, two application servers running windows and one database, which also contains session data. The goal is being able to reboot or update the software on the servers, without a…
Joel'-'
  • 652
  • 1
  • 5
  • 17
0
votes
1 answer

Service of Type LoadBalancer on AKS

I am using AKS and when I create a service of type LoadBalancer, it creates a service and allocates and IP but the following requests to create services of type loadbalancer the IP does not get allocated and it shows state forever I…
user_mda
  • 18,148
  • 27
  • 82
  • 145
0
votes
1 answer

When do dynamic IPv6 addresses for Azure load balancer front-end configurations change?

I need a static ip address for IPv6 on Azure, but it looks like only dynamic IPv6 addresses are supported. I'm wondering about the relative stability of a dynamic IPv6 address for Azure load balancers. How often will it change? In the Azure Docs, it…
X. Ou
  • 275
  • 2
  • 10
0
votes
1 answer

does Azure not remove shut-down nodes from load balancing?

I've got a load-balanced end-point being served by 2 vms, and I shut down one of them through the web interface, however it seems that the shut-down endpoint is still being included in the load-balancer rotation. Is this the case or am I missing a…
-1
votes
1 answer

Migrate load balancing to Azure Application Gateway

I have a standard load balancer existing in our environment and looking for ways to migrate to the Azure Application gateway. What would be the best way to minimize downtime and have a smooth transition? The only I can see is deploying the…
-1
votes
1 answer

kubernetes - egress traffic - whats is the source IP for receiving ingress traffic (how to check) - Need to randomize

My Setup GKE / EKS - Managed Kubernetes Cluster As of now for Business requirements, it is k8s cluster with Public Endpoints What it means is that I have a Public endpoint for API Server as well Nodes have an External Public IP Address nginx…
-1
votes
1 answer

TCP Packet loss after Azure load balancer

If we have one VM after the Azure load balancer (external) at first. The TCP connection will be routed to VM1. --connection1 packet--> Azure Load Balancer (20.20.20.20) --connection1 packet--> VM1 Then we add a new VM after the lb. --connection1…
-1
votes
1 answer

AKS nginx-controller service deployment is failing with "SyncLoadBalancerFailed"

Type Reason Age From Message Normal EnsuringLoadBalancer 30s (x5 over 106s) service-controller Ensuring load balancer Warning SyncLoadBalancerFailed 30s (x5 over 106s) service-controller Error syncing load balancer: failed to ensure load…
-1
votes
1 answer

Azure Blue/Green deployment - use same public IP across Load Balancers

I'm currently using the standard blue/green deployment setup here: I need to use the same public IP for both Load Balancers. Currently it appears that a load balancer (LB) can only use a 'not used' frontend IP configuration. So, I could switch the…
-1
votes
1 answer

Restrict inbound traffic to only come through Azure Load Balancer

Please can someone advise how to restrict access on port 80/443 to some Azure VMs, so that they can only be access via the public IP Address that is associated to an Azure Load Balancer. Our current setup has load balancing rules passing through…
Dean O'Brien
  • 335
  • 2
  • 11
-1
votes
1 answer

Azure pipelines - how does Azure Network Load Balancer Task work?

I am setting up a release pipeline and I wanted to use the Azure Network Load Balancer task to take instances out of the load balancer, but I wanted to know how it does it, i.e. does it drain connections or kill connections. I am guessing that if…
Phil
  • 765
  • 2
  • 8
  • 26
-1
votes
2 answers

How to use static External IP for Azure kubernetes LoadBalancer?

I created a deployment at AKS: apiVersion: apps/v1 kind: Deployment metadata: name: frontend spec: replicas: 1 selector: matchLabels: io.kompose.service: frontend strategy: type: Recreate template: metadata: …
Skyblade
  • 2,354
  • 4
  • 25
  • 44
-1
votes
1 answer

configmap is not working for service and loadBalancerIP

I'm used following kubernetes API. Configmap is not working with service and loadbalancer. Here is code - apiVersion: v1 kind: Service metadata: annotations: service.beta.kubernetes.io/azure-load-balancer-resource-group: Resource_group …
Abhi S
  • 19
  • 4
1 2 3
23
24