Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
1 answer
225 views

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 ...
Devan's user avatar
  • 51
1 vote
1 answer
158 views

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 ...
DoarMo's user avatar
  • 11
1 vote
1 answer
130 views

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 ...
Ankit's user avatar
  • 875
0 votes
2 answers
76 views

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 ...
Liam Kenny's user avatar
0 votes
0 answers
103 views

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 ...
Jack-Morris_VoIP's user avatar
0 votes
0 answers
49 views

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) ...
KVR's user avatar
  • 31
2 votes
1 answer
279 views

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: ...
joelc's user avatar
  • 2,841
0 votes
0 answers
247 views

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 ...
Navin's user avatar
  • 23
0 votes
0 answers
45 views

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 ...
Mikko Tuominen's user avatar
1 vote
0 answers
20 views

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 ...
Max's user avatar
  • 153
0 votes
1 answer
300 views

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 ...
Istvan Kiss's user avatar
0 votes
1 answer
140 views

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 ...
David's user avatar
  • 15k
0 votes
0 answers
121 views

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 ...
Vinayak's user avatar
  • 794
0 votes
0 answers
60 views

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 ...
Andrea Manzi's user avatar
0 votes
0 answers
49 views

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 ...
Ranjith Kumar's user avatar
0 votes
1 answer
92 views

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 ...
Evan Albrecht's user avatar
0 votes
0 answers
35 views

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 ...
mwHan's user avatar
  • 1
0 votes
1 answer
260 views

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 ...
Yonsken's user avatar
  • 11
0 votes
0 answers
116 views

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 ...
Petr Mensik's user avatar
  • 27.7k
0 votes
0 answers
85 views

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 ...
Iqbal Mhd's user avatar
0 votes
0 answers
39 views

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 ...
Jay gajjar's user avatar
2 votes
0 answers
156 views

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 ...
Noob ers's user avatar
0 votes
1 answer
881 views

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 ...
user2124521's user avatar
0 votes
0 answers
79 views

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 ...
Hassan Shah's user avatar
0 votes
0 answers
69 views

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 ...
Kunguma Sakthivel's user avatar
0 votes
1 answer
63 views

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 ...
Krishna Chebrolu's user avatar
0 votes
0 answers
36 views

|-|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 ...
user avatar
0 votes
1 answer
89 views

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 ...
Umamaheswararao Meka's user avatar
0 votes
0 answers
50 views

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-...
pxq's user avatar
  • 13
0 votes
0 answers
137 views

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 ...
Shivank Anchal's user avatar
0 votes
0 answers
87 views

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 ...
muhammad Aqib Rasheed's user avatar
0 votes
1 answer
538 views

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 ...
Justin Pihony's user avatar
0 votes
1 answer
88 views

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 ...
Carson T's user avatar
1 vote
0 answers
109 views

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 ...
Sumit Mandlik's user avatar
0 votes
1 answer
65 views

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,...
Michael James's user avatar
0 votes
0 answers
772 views

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-...
Vojtěch's user avatar
  • 12.5k
0 votes
1 answer
283 views

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 ...
Vojtěch's user avatar
  • 12.5k
0 votes
1 answer
109 views

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", "...
Randu Pratama's user avatar
0 votes
0 answers
117 views

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 ...
Khánh Long Trần's user avatar
0 votes
1 answer
34 views

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)...
Zytro's user avatar
  • 15
0 votes
1 answer
332 views

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 ...
Nebster's user avatar
  • 914
1 vote
1 answer
318 views

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 ...
JD Isaacks's user avatar
  • 57.7k
0 votes
0 answers
42 views

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 ...
DockYard's user avatar
  • 1,048
0 votes
1 answer
644 views

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 ...
Simon Bradley's user avatar
1 vote
1 answer
789 views

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 ...
Roomba's user avatar
  • 73
0 votes
1 answer
348 views

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 ...
Khadijah Celestine's user avatar
0 votes
1 answer
44 views

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 ...
Prakash Dutta's user avatar
0 votes
1 answer
60 views

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-...
Sachin Maharjan's user avatar
-1 votes
1 answer
439 views

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 ...
Xavier's user avatar
  • 1
0 votes
3 answers
407 views

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 ...
Peet Whittaker's user avatar

1
2 3 4 5
105