Questions tagged [internal-load-balancer]

128 questions
1
vote
3 answers

Weighted Load Balancing Algorithm into PHP Application

I want to resolve weighted an Adapter from an factory which could be configured by user (enable/disable and weight %). Example: AdapterW ≃ 20% of transaction AdapterX ≃ 30% of transaction AdapterY ≃ 40% of transaction AdapterZ ≃ 10% of…
Markomafs
  • 546
  • 4
  • 19
1
vote
2 answers

Use of SSL in Azure internal load balancer scenario

We have a internal load balancer deployed in Azure, with 4 VM currently in the same load balancer set. We have a software deployed as IaaS, they essentially running a windows service taking traffic from a pre-configured port (not 443) I am trying to…
TOMMY WANG
  • 1,382
  • 3
  • 16
  • 39
1
vote
1 answer

what is throughput obtained by Load balancing

i have performed a load test on a clustered environment having 2 tomcats and a Load Balancer, which was configured to distribute the load in the ration 1:1. i got the throughput as 150/sec on jmeter which was sending the request on Load…
vishal
  • 247
  • 1
  • 2
  • 9
0
votes
0 answers

How to access NGINX ingress controller using internal load balancer IP on private AKS?

I have set up a k8s cluster using AKS. This cluster is private and I want to use an internal load balancer with an NGINX ingress controller to expose my applications. I have installed the NGINX ingress controller using Helm with this command: helm…
0
votes
0 answers

Access azure internal LB via s2s vpn

I created s2s VPN between AWS and Azure. The peering works fine and pods can connect to each other. The issue only with LB service on AKS side - I can't connect from AWS there. config on azure side: vnet cidr - 10.240.0.0/16 default subnet cidr -…
Eugene St
  • 1
  • 1
  • 3
0
votes
0 answers

Indefinite response in GCP Internal Load Balancer

I am using an internal load balancer in GCP to route the traffic between 2 VMs which are memory sensitive. Currently for the testing purpose I am trying with only 1 VM. So all the time the traffic routed to single server. I am using javascript in…
0
votes
0 answers

load balance lokal network printers

i'd like to load balance our lokal network printers. From my clients i can only configure a printer manually fixed with its ip. But i'd like to use a pdf-printer software on our network server host whenever its running. Otherwise if its turned of…
Robert Lachner
  • 657
  • 1
  • 8
  • 22
0
votes
0 answers

Transparent Mode results in Retransmissions on TCP SYN

I have set up a NGINX reverse proxy with the following configuration using Stream context and also enabled the transparent mode so that I can log the client IP addresses at the upstream servers. user root stream { upstream stream_backend { …
0
votes
0 answers

Kubernetes Loadbalancer with externalTrafficPolicy: Local

Ive been trying to setup LoadBalancer service which can preserve source info arcording to this document. I have tried 2 cases: First case is that I simply create a service (call it svcA) type LoadBalancer with externalTrafficPolicy: Local and then…
0
votes
1 answer

getting internal server error 500, after adding multiple instances in backend pool of azure application gateway

I have been trying to add multiple backend pools (multiple IP addresses) in the Azure Application Gateway, to route the request to any one of the servers mentioned. once I have added two servers to the pool, the request is now showing a 500 internal…
0
votes
1 answer

Azure ILB degraded

My Azure Internal Load Balancer is going into degraded state once I start the IIS application in the backend virtual machine. Don't know what I'm missing since I followed every official documents for all my setups. Can anyone help out on this?
0
votes
1 answer

How to create only internal loadbalancer with ingress without external one by using Helm Chart installation?

I am looking for a following solution. How to create only internal loadbalancer with ingress without external one by using Helm Chart installation? Normally ingress installation install's external loadbalancer which is later registered to Domain and…
0
votes
1 answer

EKS - internal LB or ndoeport

I have an EKS cluster running in one VPC and some ec2 instances on a legacy VPC, the 2 VPCs has peering between them. I have a app on the EKS cluster needs to be reachable from inside the cluster and also to the ec2 instances on the legacy VPC. Do I…
0
votes
1 answer

Creating a internal standard load balancer with HA ports in Azure

I am trying to create a internal standard load balancer in Azure with HA ports using ARM template . I am getting below validation error. { "code": "InvalidTemplateDeployment", "details": [ { "code": "PortValueIsOutOfRange", "message": "Resource…
0
votes
1 answer

Kubernetes (on-premises) Metallb LoadBalancer and sticky sessions

I installed one Kubernetes Master and two kubernetes worker on-premises. After I installed Metallb as LoadBalancer using commands below: $ kubectl edit configmap -n kube-system kube-proxy apiVersion: kubeproxy.config.k8s.io/v1alpha1 kind:…
1 2 3
8 9