5,221 questions
0
votes
1
answer
225
views
Google global external application load balancer latency stability
I'm having some issues with unstable latency with some load balancers in GCP. From what I can see the global external application load balancers are having trouble routing global traffic.
I've tested ...
1
vote
1
answer
158
views
Ingress-NGINX consistent-hash for WebSocket routing across multiple controller pods is inconsistent (hash by query param)
I’m trying to route WebSocket connections deterministically to the same backend pod(in a k8s deployment) based on a query parameter (room/league id). This works with a single ingress-nginx pod, but ...
1
vote
1
answer
130
views
Unexpected behavious in real time game - nginx - load balancing - react
I was adding load balancers to my game - doodlequest.games.
When you create a room first time everything goes fine you are able to create the room as you are the first user.
But when you open a new ...
0
votes
2
answers
76
views
Google Cloud Url Rewrite to html page [closed]
I have a static website on google cloud with a bucket and a load balancer.
I cant for the life of me figure out how to route /privacy-policy to /privacy-policy.html
Any help would be greatly ...
0
votes
0
answers
103
views
How to Configure Kamailio as a Load Balancer for FreeSWITCH Clusters?
I’m currently setting up a scalable VoIP architecture using FreeSWITCH for media handling and Kamailio as a SIP signaling proxy and load balancer.
I'm trying to achieve the following:
Distribute SIP ...
0
votes
0
answers
49
views
Jenkins behind AWS NLB (TLS:443 → HTTP:8443) breaks after login — missing headers or redirect issue
We have a Jenkins server running on an EC2 instance in AWS. By default, Jenkins runs on port 8080, but we’ve changed it to run on port 8443 using plain HTTP. We’ve set up a Network Load Balancer (NLB) ...
2
votes
1
answer
279
views
Forcing C# HttpClient to resolve host via DNS every time
My use case is I have a series of services running via Docker Compose, each using the deploy.replicas attribute to get some n number of instances.
services:
myservice:
image: ...
ports:
...
0
votes
0
answers
247
views
How to load secrets from a Secret Manager into Laravel before the application boots and keep them synced across load-balanced instances?
I'm working on a Laravel application hosted behind a load balancer with multiple instances. Instead of relying solely on the .env file, I'm pulling sensitive configuration values (API keys, DB ...
0
votes
0
answers
45
views
OpenLiberty OIDC client backchannel logout with a load balancer in a coupled environment
Single logout (SLO) does not work in a coupled environment. The load balancer is routing backchannel logout requests to servers by random. The user session may be on another server.
The load balancer ...
1
vote
0
answers
20
views
AliCloud CLB can't perform health check on passbolt docker container
I'm currently setting up my network architecture for my own self-hosted services. At the front I have my domain hosted by cloudflare which directs traffic to my classic load balancer (CLB) hosted on ...
0
votes
1
answer
300
views
Spring Cloud Gateway routing to a service in Kubernetes environments without discovery service
Summary:
How can I use Spring Cloud Gateway to route requests to a given
service, without a discovery server in the Kubernetes environment?
We have our gateway implementation based on Zuul, running ...
0
votes
1
answer
140
views
GCP load balancer url re-writing and backend-mapping not happening the way I'd expect
I am using a classic application load balancer with two backends. I want my main backend to handle most requests and my auth backend to handle requests to /auth/*. I've been playing around with ...
0
votes
0
answers
121
views
Load balancer on Digitalocean not working with autoscale pool
I have set up a load balancer on DigitalOcean. It works perfectly if I connect it to normal droplets. However as soon as I create an autoscale pool using the same droplet image and then connect the ...
0
votes
0
answers
60
views
How to queue and balance synchronous requests between single-threaded Eureka client instances?
I have an Eureka server and multiple clients subscribed to that server.
The load balancer service has to redirect external calls to the other customer service.
I want to redirect the customers calls ...
0
votes
0
answers
49
views
Load balancer setup in real time application
best to avoid single point of failure in system design in case of API gateway as from controller.
In real time companies how, they are handling SPOF with API gateways.
In below image API gate way down ...
0
votes
1
answer
92
views
Azure Kubernetes Services: LoadBalancer Inbound Connection Issues
fairly new to Kubernetes in general but also Azure Kubernetes Services. I have a single cluster with a telemetry asterix adapter service/pod that is designed to ingest UDP data from ADSB sensors via a ...
0
votes
0
answers
35
views
Nginx Configuration Issues
Currently, I have set the target group to port 80 through EC2 load balancing. The status shows as "Unhealthy", and the health check details indicate "Health checks failed with these ...
0
votes
1
answer
260
views
Is it possible to use the frontend IP address(es) of an Azure load balancer for outbound via outbound rules together with instance-level public IPs
To provide some context, my application needs:
Access to all VMs deployed using multiple scale sets via public IP addresses (covered by the instance-level public IPs, see Azure documentation for more ...
0
votes
0
answers
116
views
Getting 1003 error while using Clouflare Workers for load balancing
I am using workers to automate geo load balancing between RPC servers running on bare metals behind my domain. I need to load balance between different ports so workers look like to be more flexible ...
0
votes
0
answers
85
views
Node.js Cluster Not Distributing Load Evenly on Windows with Round-Robin Scheduling
I'm using the Node.js cluster module in a simple Express application on Windows, aiming to leverage multiple CPU cores for parallel request handling. My goal is to prevent blocking when CPU-intensive ...
0
votes
0
answers
39
views
Issue with GCP Load Balancer Configuration: /dev/ Prefix Handling
I'm configuring a GCP Load Balancer with route rules for different backend services based on URL prefixes. I want to match paths like /dev/two/, /dev/three/, etc., but all calls are hitting the ...
2
votes
0
answers
156
views
GCP External LoadBalancer to gRPC backend
I have a backend service that uses the gRPC protocol and runs on a VM. I have also created an instance group and configured the appropriate port for gRPC. After that, I set up an external load ...
0
votes
1
answer
881
views
Using ASP.NET Core 9.0's new mapstaticassets features in a load balanced environment
I have a current application built using ASP.NET Core 8.0 that I am looking to upgrade to .NET 9. I am looking to implement the new MapStaticAssets feature to enable build time compression and ...
0
votes
0
answers
79
views
Laravel CSRF Token Exception in AWS Production Environment with Nginx Load Balancer
I have deployed a Laravel 11 application on AWS using Application Load Balancer (ALB) with Nginx as the web server. I’m using Redis for session and cache management. The application is built with ...
0
votes
0
answers
69
views
Unable to run NGINX server in windows terminal
I can't able to run nginx server in my windows machine. My nginx folder is in C folder and also set up the path in env variable. At first I had error in nginx.conf file, but I resolved the error and ...
0
votes
1
answer
63
views
How to configure AWS ALB for a server hosting multiple subdomains?
I have an AWS EC2 server with a website that is pointing to 5 different sub-domains. 3 subdomains are on CodeIgniter 3.x php. 1 is using Laravel 5.6 php and 1 is using React JS. Wild Card SSL is ...
0
votes
0
answers
36
views
How to use unique incremental integer for user ID?
|-|i
I'm making a mobile chat app
I heard about load balancing and scalability, to make it able to be used properly by multiple people at different locations of the world at same time
I'm currently ...
0
votes
1
answer
89
views
Static Files Not Loading with NGINX Ingress on GKE
I have set up the NGINX Ingress Controller on my GKE cluster. I can obtain the IP address and successfully map it to my domain. However, I am unable to load my static files, which are part of my ...
0
votes
0
answers
50
views
Timeout when connect to ip in ingress network in docker swarm
I have run my service with docker swarm, I have two nodes, and I'v run the service with replicas=2.
Here is my docker compose
services:
c2c-mplus-gateway-service:
hostname: c2c-mplus-gateway-...
0
votes
0
answers
137
views
Unable to establish WebSocket connection through Google Cloud Application Load Balancer
I am trying to configure WebSocket connections for my application hosted on Google Cloud using a Global External Application Load Balancer, but I am facing issues. Here's my setup:
Setup:
I have a ...
0
votes
0
answers
87
views
Laravel $request->ip() is returning EC2 Load Balancer's IP
I’m currently working on a Laravel project that is deployed behind an EC2 Load Balancer (ALB/NLB). I’m running into an issue where Laravel is not recognising the real client IP when requests pass ...
0
votes
1
answer
538
views
How to use a Classic Google Managed certificate in a GKE ingress to generate https in load balancer
I have a Google Managed certificate which I am trying to use in my ingress, but it is not generating the HTTPS for the load balancer. Note that the managed certificate is showing under the Classic ...
0
votes
1
answer
88
views
Azure Traffic Balancing Between Backends with Different Route Prefixes
We are migrating hosting infrastructure from a system which used subdomains to differentiate between different microservices to one which uses route prefixes. For example the "root" of our ...
1
vote
0
answers
109
views
Fetch client public IP in VB.NET
I have my VB.NET application hosted on azure VMs where it has public IPs associated with it, sitting behind a FortiWeb WAF CNAMEs doing load balancing.
I want implement geolocation to check country of ...
0
votes
1
answer
65
views
Problem Load Testing Apache Jmeter ALB AWS EC2 Auto Scaling
I ran a JMeter test with 16,400 threads, a 30-second ramp-up, and GET request type to the ALB DNS for the React frontend, without connecting to the database or backend. Why are there no errors at 16,...
0
votes
0
answers
772
views
Cloud Run -> Cloud Run connection via Internal ingress
This is a follow-up question for:
Deny direct access to Google Cloud Run/Functions and allow via Loadbalancer
As described here: https://cloud.google.com/run/docs/securing/private-networking#from-...
0
votes
1
answer
283
views
Deny direct access to Google Cloud Run/Functions and allow via Loadbalancer
I would like to deny direct access to Cloudfunctions with their default URL as:
https://europe-west1-helloworld.cloudfunctions.net/function-name
And only allow access via GCP Load balancer
I would ...
0
votes
1
answer
109
views
Uncaught Error: There was an error while hydrating. Because the error happened outside of a Suspense boundary.. NEXT JS
Currently working with NEXT JS as show package.json below
{
"name": "mass_fe",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"...
0
votes
0
answers
117
views
how to create multiple instances for web server
I'm having a problem, I have a simple website, running on localhost, the requirement is to use virtualization, which means I will have to install a webserver (I use ASP.NET Core so I will probably ...
0
votes
1
answer
34
views
AWS Elastic Beanstalk Load Balancer scales-in instance even thoguh there are still async processes running on it
I have an AWS Elastic Beanstalk worker environment which processes some data in Node.js based on SQS messages or Cron-Jobs.
One of the Cron-Jobs is running a main process (currently taking 20~ minutes)...
0
votes
1
answer
332
views
Laravel Livewire 3 file upload doesnt work with load balancer
Livewire's /livewire/upload-file endpoint returns HttpException with status code 401 when attempting to upload file in production environment.
On localhost it works fine. On production environment we ...
1
vote
1
answer
318
views
Load Balancing Web Sockets with K8s/Istio
I have a service that is going to be handling 10s possibly up to 100s of thousands of web sockets simultaneously.
I am trying to figure out the best way to load balance this.
Say for example, I have 2 ...
0
votes
0
answers
42
views
Better way to get random distribution into intervals in java [duplicate]
I've a spring boot application using webflux which is basically a web server that responds to REST api requests from its consumers.
Now, the server needs to perform different logic for different ...
0
votes
1
answer
644
views
Handle sudden spike in CPU usage on AWS EC2
We have a setup where we're running 2 EC2 instances (of an instance type with a lot of CPU, c7i or M5zn) each have a single ECS task running. This task runs an optimisation algorithm for vehicles and ...
1
vote
1
answer
789
views
EC2 Instances fail to communicate with Elastic Beanstalk (Load Balancer Issue)
I am trying to create a sample .net core Linux application on elastic beanstalk with a Load Balancer set to an instance of 1 max(I only need it for SSL certificate and Route53). But when the Auto ...
0
votes
1
answer
348
views
how to load balance 3 ports on localhost in nginx?
I have 3 ports loading different content and I want to load balance them from port 8080. I am new to nginx and I feel like there is something fundamental I'm not understanding here when it comes to ...
0
votes
1
answer
44
views
Stop http access of DigitalOcean droplets which are behind load balancer
There are three DigitalOcean droplets(x.y.z.1, x.y.z.2, x.y.z.3) are running with a nodejs services on port 8000. All these three droplets are running behind a load balancer(XX.YY.ZZ.UU). LB is able ...
0
votes
1
answer
60
views
Cannot Access Service From Node other than where container is created in docker swarm
All,
I am learning docker swarm. I created three node swarm. when I do docker node ls all are active and available status.
I create one service of nginx.
docker service create \ --name <SERVICE-...
-1
votes
1
answer
439
views
Azure container APP : how to nat for a network vitual appliance?
I'm new to Azure container application and networking.
I have an internal environment in a private VNET.
I use a virtual network appliance to publish my application ( ADC VPX CITRIX )
If I understand ...
0
votes
3
answers
407
views
What status code should be returned from load balancer/reverse proxy when hostname does not match any rules?
Let's say we have an AWS application load balancer that has 2 rules based on host headers and a default rule for when the previous 2 rules' conditions aren't met.
What is the most appropriate HTTP ...