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
1
vote
1 answer

Unable to scale Azure VMSS beyond 15 instances

We have a few Azure VMSS deployments in our subscription, created over the course of a couple years. The earlier one we created, we can scale up to about 50 instances, but the one created a month ago is unable to scale past 15 instances. When trying…
UnionP
  • 1,251
  • 13
  • 26
1
vote
1 answer

Azure , terraform reports network_interface_id must be a single value, not a list when creating an internal Load balancer

I am getting the error below: Error: azurerm_network_interface_backend_address_pool_association.tf-nilb-erx-sqlcl1[0]: network_interface_id must be a single value, not a list Error:…
1
vote
3 answers

How to change istio ingress loadbalancer external IP

I want to change my istio ingress loadbalancer IP but when i try updating the yaml file it is not getting updated NAME TYPE CLUSTER-IP EXTERNAL-IP istio-ingressgateway LoadBalancer 10.123.196.149 …
pappu_kutty
  • 2,378
  • 8
  • 49
  • 93
1
vote
2 answers

Kubernetes: External-IP is pending for some services(LoadBalancer) on AKS

I have a k8s template for deploying pods and services. I am using this template to deploy different services based on some parameters(different names, labels) on AKS. Some service gets their External-IP and few of the services External-IP is always…
1
vote
1 answer

Google Cloud Pub/Sub Publisher Lifecycle

I'm running a Cloud Pub/Sub PublisherClient instance as a Singleton in an ASP.NET web application (.NET Standard 2). Does this retain a persistent HTTPS connection to the specified Cloud Pub/Sub Topic and should I call the ShutdownAsync method…
1
vote
2 answers

All available load balancers have exceeded maximum rule limit 148

We are not able to provision a new namespace because we have this error message: all available load balancers have exceeded maximum rule limit 148 Error creating load balancer (will retry): failed to ensure load balancer for service…
1
vote
1 answer

UDP not load balancing on aks-engine?

I deployed simple udp server example but can see incoming traffic only 1 of 5 pods (with kubectl logs 'udp-server-deployment-XXX' ). I tried it on Azure aks-engine , why it is never load balancing ? $ kubectl get pods | grep…
irom
  • 3,316
  • 14
  • 54
  • 86
1
vote
1 answer

aks-engine can't create internal load balancer

I can't make aks-engine create load balancer for agent pool, service stays in 'pending' state forever. kubectl get svc -w NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes ClusterIP 10.0.0.1
irom
  • 3,316
  • 14
  • 54
  • 86
1
vote
0 answers

intermittent Bad Gateway 502 response in a particular enviroment

We have a service implmented in WCF. It works fine in all environment except in a particular environment it often throws below exception System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (502) Bad Gateway. …
Code one
  • 83
  • 9
1
vote
2 answers

How to redirect traffic hosted on an azure endpoint (DNS/static IP) to different external IP address

Question: How do I host an endpoint in azure which allows me to redirect internet traffic at will between azure and aws services? I am hosting two kubernetes clusters - one in Azure and the other in AWS. I want to be able to: 1. redirect the…
1
vote
1 answer

Failing ARM Template Deployment for Azure Load Balancer - Jenkins Giving No Error

I'm currently attempting to deploy an Azure Load Balancer instance to provide load balanced access to two firewalls. This is to provide a pseudo-HA configuration. However, when I try to deploy this template using Jenkins, it gives me the following…
iheartnetworks
  • 139
  • 1
  • 15
1
vote
1 answer

Azure WebRole Sticky Load Balance

I have an Azure WebRole, which publishes a WCF Service with PerSession setting. This means, session needs to be preserved for a long time... This is because of synch-framework and cannot be changed. Now I have the problem when I want to use…
1
vote
1 answer

Azure load balancer with IPv6 and IPv4 frontend support

Currently my LB has a IPv4 frontend address and one backend pool with 5 VMs with IPv4 private addresses. We would like to add IPv6 support to our Service Fabric cluster. I found this article:…
1
vote
1 answer

Where are dimensions of load balancer metrics within log analytics

I'm trying to build a Kusto query based on dimension attributes of the DipAvailability metric for a load balancer in log analytics. Documentation states they are ProtocolType, BackendPort, FrontendIPAddress, FrontendPort, BackendIPAddress, but I…
Geekn
  • 2,650
  • 5
  • 40
  • 80
1
vote
1 answer

Attach Load Balancer to multiple VMs after machines are already created (Availability Set cannot be used in that case)

I created two VMs. I did not created Availability Set for them because I did not know I will need it. I do not want to re-create those VMs, since I needed one month to configure and install everything on them. Now I created LB but I can see that I…