Questions tagged [internal-load-balancer]

128 questions
0
votes
0 answers

which IP will be called if /etc/hosts has entry 0.0.0.0/0 for load balancer

Load balancer for our application myloadbalancer.myorg.net returns either of the active IP ( 165.a.b.c or 165.x.y.z ). If we keep an entry in /etc/hosts file for load balancer like below 0.0.0.0/0 myloadbalancer.myorg.net …
summary
  • 125
  • 1
  • 14
0
votes
1 answer

Can Azure Internal Loadbalancer have backends belonging to different subnets in the VNET?

1.Confused about what the below options refer to, is my understanding correct? WHat does vnet and subnet refer to while creating Internal LB 2.In summary, does VNET refer to where the internal lB resides and front end of LB receives traffic from…
0
votes
1 answer

Can a Public LoadBalancer or App Gateway redirect traffic to Private LoadBalancer

Hi community I've been trying to connect a public load balancer or app gateway to a private load balancer or do you guys know another way to handle that ? Thanks in advance.
David Noreña
  • 3,951
  • 1
  • 28
  • 43
0
votes
1 answer

enable X-Forwarded-for on oracle cloud private loadbalancer

the traffic is accepted at firewall then forwarded to private load-balancer on oracle cloud, the forwarded to internal web servers. the problem is that client IP address at we server is seen as load-balancer IP address. is there a way to add…
0
votes
1 answer

HTTP Request -> GSLB sticky persistence logic

Application HTTP request flow as follows 1) The request comes to GTM#1 2) GTM#1 request will send to LTM#A or LTM#B 3) Servers under LTM# A or B will send request to GTM#2 4) GTM#2 will have again LTM# X or Y 5) The response goes back to the same…
Mallikarjuna Reddy
  • 1,212
  • 2
  • 20
  • 33
0
votes
2 answers

How to configure Load Balancer Across Regions for Isolated App Server where clients are internal/on prem

The customer wants an "active-active" failover configured for our WebApp in their Azure Subscription. They have a private cloud, so we proposed Isolated App Server for our app. Clients to the web app are internal (on prem) and app would have no…
0
votes
0 answers

AWS internal load balancer - unable to access using generated DNS

I need to create an internal website for a company accesible only through company's VPN. I have an EC2 instance with a webserver and I was able to access the website through instance's private IP. Now I'm trying to connect the instance to internal…
MatWdo
  • 1,610
  • 1
  • 13
  • 26
0
votes
1 answer

Is it possible to make a Load balancer (ELB) only be accessed by SNS?

I'm creating an internal application load balancer in AWS. I want it to be available/reachable only by SNS and blocking every other request. I tried looking for the SNS IP's used by AWS (so I can whitelist only those) but there isn't a reliable…
0
votes
1 answer

Inside load balancer in Azure

In Azure, I have 3 Web Apps (for simplicity): Frontend website Endpoint 1 Endpoint 2 The frontend website requests data from an endpoint. Both endpoints are synchronized all the time (outside the scope of this question), but sometimes I need to do…
Rasmus Bækgaard
  • 1,748
  • 2
  • 10
  • 13
0
votes
1 answer

Monitoring Azure Basic Internal Load Balancer

We are using basic internal load balancer for our clustered Azure Linux VMs. In production we would need monitoring in place to ascertain any issues in load balancing specifically if health probes are working or if backend VMs are responding. I am…
0
votes
0 answers

Load balancer using apache2 not works in WSDL

I am trying to load balance a request of a WSDL: then I have configured my apache and Nginx to do it, and not works with any. I have my apache configuration with: BalancerMember…
Code Geas Coder
  • 1,839
  • 4
  • 23
  • 29
0
votes
1 answer

Pending message exposed externalApi

Name:ingress-nginx Type:LoadBalancer InternalIP:10.108.240.88 ExternalIP:pending PORT(s):80:30191/TCP,443:30616/TCP 21h Yaml file: apiVersion: v1 kind: Service metadata: name: ingress-nginx namespace: ingress-nginx spec: …
0
votes
1 answer

Cannot add VM to internal load balancer pool when VM exists outside of load balancer VNET

When using the Microsoft internal load balancer (ILB), I would like to create a pool for VMs that reside in a VNET that is a different than the VNET where the ILB is located. The UI would seem to support this as I can select any VNET in my…
0
votes
1 answer

Bad latency in GKE between Pods

We are having a very strange behavior with unacceptable big latency for communication within a kubernetes cluster (GKE). The latency is jumping between 600ms and 1s for a endpoint that has a Memorystore get/store action and a CloudSQL query. The…
0
votes
1 answer

Algorithm to split traffic across variable number of servers

I have a .NET Core service AAA that retrieves a bit of data from another Core service BBB. BBB has an in-memory cache (ConcurrentDictionary) and is deployed to 10 boxes. The total size of the data to be cached is around 100GB. AAA will have a list…
1 2 3
8 9