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

Azure Kubernetes - Istio Multiple Loadbalancers?

I have create an internal load balancer for my Istio Ingress controller as shown below apiVersion: install.istio.io/v1alpha1 kind: IstioOperator metadata: namespace: istio-system name: istio-control-plane spec: profile: default #or demo …
One Developer
  • 99
  • 5
  • 43
  • 103
1
vote
1 answer

Azure Kubernetes - Internal LoadBalancer with Https Service?

I have deployed my kubernetes application on AKS, it uses the Internal Loadbalancer without a separate Ingress Controller. Currently the service is accessible using http protocol and I want to secure the service. How do I enable https and where…
One Developer
  • 99
  • 5
  • 43
  • 103
1
vote
1 answer

Azure Load balancer - Add existing VMs to Azure Load Balancer with ARM template

I have two VMS backendvm0 and backendvm1, I am trying to add these Vms to the backendpool of Azure load balancer from Load balancer ARM template deployment. I am using parameter object as below. It is not giving any error, load balancer is being…
1
vote
0 answers

Loadbalancer Service in AKS is now working. Please see the screenshot

I have created the load balancer service in AKS, my container is working fine, when i am running by using docker run command. Here, are the screenshot of my kubernetes dashboard and service is also working but I am not able to access the…
1
vote
1 answer

Session persistence on Azure load balancer based on cookies

Is it possible to do session persistence on Azure load balancers based on cookies, I know you can do it on Client IP but wondered about cookies? Thanks
Norrin Rad
  • 881
  • 2
  • 18
  • 42
1
vote
1 answer

Configure Load Balancer as broadcaster

This may be a naive question so please bear with me. :) In the below diagram, there is a load balancer in front of 3 instances... Is it possible to configure the load balancer (ELB/Google Load Balancer/Azure load balancer...basically any) to…
1
vote
0 answers

.NET Core application Use Azure Redis Cache with Load Balancers

I have asp.net core web application hosted on Azure. I've configured Azure Redis Cache to use it as a session store. It works well on Dev where Load Balancer is not configured. Our UAT & Prod have load balancers configured. And there Redis Session…
Priya
  • 1,375
  • 8
  • 21
  • 45
1
vote
1 answer

Expose traffic using Ingress Kubernetes

I am new to Kubernetes. I followed Kubernetes the hard way from Kesley Hightower and also this to set up Kubernetes in Azure. Now all the services are up and running fine. But I am not able to expose the traffic using Load balancer. I tried to add a…
1
vote
3 answers

Azure Trafic Manager - Multiple subscription keys

I have two instances of API Management(APIM), in two different regions. The endpoints are protected behind subscription keys. As known, you cannot set these, so they are different for each APIM instance. I am using Azure Traffic Manager in front of…
1
vote
0 answers

Azure AKS with tls Ingress

I have problems implementing the nginx ingress with tls termination with my AKS cluster. I managed to make it work without tls. In the following my ingress.yml: apiVersion: extensions/v1beta1 kind: Ingress metadata: name: ingresswebapi …
Neo
  • 448
  • 7
  • 18
1
vote
1 answer

How Can I Expose to Outside My Services on Azure?

I have Azure Kubernetes cluster and i want to expose my services.How can i expose them with 1 IP and nodePorts ? My services using TCP so i can not use ingress.I do not want to buy an external Load Balancer for every service.Is there a way to…
akuscu
  • 465
  • 1
  • 3
  • 13
1
vote
0 answers

Azure Load Balancer: Broadcast for a specific controller

is it possible to broadcast a request to a specific controller to all instances? For example I want to broadcast all request for /api/controller1 to all instances, but all others to only one instance. Thanks!
Andrej B.
  • 187
  • 1
  • 5
  • 14
1
vote
2 answers

Azure - no access to VMs behind a internet facing standard Load Balancer

SETUP: I have 2 Ubuntu VMs sitting behind an internet facing standard load balancer. LB is zone redundant, 2 VMs are set up as HA in zones 1 and 2. VMs are spun up with a Virtual Machine Scale Set, and entire infrastructure is deployed with…
ghenzi83
  • 109
  • 1
  • 13
1
vote
1 answer

Service Fabric Cluster VMSS on **Standard** Load Balancer

I had started with a Service Fabric Cluster (SFC) that was using the Basic SKU Load Balancer (LB). The SFC has Primary, FrontEnd, and BackEnd node types. Then I needed to change the FrontEnd LB to the Standard SKU in order to use the additional…
1
vote
1 answer

Azure Load Balancer forwarding request to vm

We have a Azure internal load balancer forwarding request to backend VM'S. Is there a way to find out how many requests are server by each VM ? In other words how many requests are forwarded to each VM from the load balancer.