Skip to main content

Questions tagged [load-balancing]

The term load balancing is used to describe technology that is used to evenly distribute work across multiple nodes within a network.

load-balancing
0 votes
0 answers
6 views

Can't expose Airflow UI with Classic Load Balancer

I have an airflow helm release running on EKS cluster NAME READY STATUS RESTARTS AGE LABELS pod/airflow-postgresql-0 1/1 Running ...
Konstantin's user avatar
0 votes
0 answers
9 views

Preserve client IP address from OVH load balancer

Goal Set up preserved client addresses with the Istio controller. What's Wrong with the OVH Tutorial: I followed OVH's guide to preserve client IP addresses. However, it didn't solve the issue. OVH ...
Ileo's user avatar
  • 11
0 votes
0 answers
12 views

Openstack add multiple pools/listeners and members per script

i need to create for an existing octavia loadbalancer multiple pools, listeners and members. I do not want to do that for several envs manually and also not over the GUI in Openstack. Best way would ...
NCNCNC's user avatar
  • 1
0 votes
0 answers
19 views

Emissary ingress | Connecting Lambda to a Kubernetes ClusterIP Service in an EKS cluster in the Same VPC

We are using Emissary Ingress (Ambassador) in our EKS cluster as our API gateway. We have an ALB attached to our Emissary Ingress running natively in our Kubernetes cluster. Now, I want to allow ...
user15937765's user avatar
0 votes
0 answers
10 views

Load balancing by nginx between 3 servers with Symfony and React and Docker programming languages

I have 3 servers with different IPs. It has been implemented on 2 application servers using Symfony and React based on Docker. I want to install nginx on the last server and do load balancing between ...
Behzad Kermani's user avatar
0 votes
0 answers
24 views

HashiCorp Vault configuration in Oracle cloud [closed]

I'm trying to configure HashiCorp Vault in Oracle cloud. The setup includes 2 compute instances and network load balancer for traffic distribution. I'm using Ansible role (https://github.com/ansible-...
mtweeman's user avatar
0 votes
0 answers
18 views

Issues with Stickiness in Multi-Instance Infrastructure of application with socket.io Due to Third-Party Cookie Restrictions in embed

We are encountering issues with our Socket.io implementation in a multi-instance infrastructure. According to the Socket.io documentation, stickiness is necessary for polling to function correctly. ...
Khushboo Shaw's user avatar
0 votes
0 answers
38 views

create object type based on base type member function return value

I am implementing a loadbalancer that should choose balancing strategy based on some logic: class LoadBalancer{ public: bool get_backend_cpu_info(){// some complicate logic involve member ...
Yufei Zheng's user avatar
0 votes
0 answers
22 views

Nginx Proxy, Cloudflare Full SSL, and Load Balancer Redirection Loop?

I'm facing an issue with a redirection loop when using Nginx as a reverse proxy in front of my load balancer. My setup is as follows: Domain: aarohisilks.com DNS: Cloudflare, A record pointing to my ...
havishka's user avatar
0 votes
0 answers
33 views

nginx as a proxy to a load balancer

I have a Ethernet Over USB device that i connect to PC01.example.com that must reach serverA.example.com with an https get call. Unfortunatly i cannot set a gateway on the device to make serverA ...
Francesco Rogo's user avatar
0 votes
0 answers
16 views

How to access each Web Server Instance in a Load Balancer Setup Hosted in Cloud like AWS or similar

I have a Web Application developed in .Net Core 6.0 meant to serving APIs to various clients. It is hosted in AWS. Since the hits started to increase, A LB environment was created and 2 more server ...
Venugopal M's user avatar
  • 2,354
0 votes
0 answers
13 views

forward from ElasticLoadBalancingV2 to ElasticLoadBalancing

What is the correct way to forward from a ElasticLoadBalancingV2::LoadBalancer to a ElasticLoadBalancing::LoadBalancer? From what I have read using TargetType: alb will not work because it requires V2....
Drummondst's user avatar
0 votes
0 answers
20 views

Dynamic discovery URL inside Openresty setup

I have 2 Keycloak servers running in a non-containerized setup. I have set up a LB on port 7777 that redirects to one of those two servers. server { ssl_session_timeout 1d; ssl_session_cache shared:...
Taloskoren's user avatar
-1 votes
0 answers
18 views

nginx Load Balancing of requests coming from a single client

I have a question regarding nginx load balancing of a service. My load balancing requirement is as follows: I will have multiple application servers for a non-http service. Application servers will ...
dsingh's user avatar
  • 621
0 votes
0 answers
23 views

Setup reverse proxy to route requests to two alb's

I have two alb's alb1 - created by infra team manually to serve all the requests from asp.net MVC application alb2 - created by Kubernetes automatically to serve all the pages from the next.js app now ...
Venkat's user avatar
  • 551

15 30 50 per page
1
2 3 4 5
352