Questions tagged [loadbalancing]

11 questions
3
votes
0 answers

After deployment, one Rancher load balanced RESTful app instance returns 404 while other returns results

I have setup a CI/CD pipeline which triggers builds, packages, and deploys tasks that execute on Gitlab online whenever a Spring boot RESTful service app is checked in. The three stages and tasks run successfully but whenever I test the app by…
sage
  • 179
  • 3
2
votes
2 answers

How can I achieve better load balancing of different systems on a Jenkins?

We have four test machines spread over a Jenkins. We would like to have a better distribution. Example: If machine one is running with a test job, the second job should detect that node one is running and directly take the next free instance to…
2
votes
1 answer

Multiple Kafka brokers behind a single OpenShift service?

Is it possible to have several brokers behind a single TCP/IP port? I.e., offer a single endpoint for Kafka clients, and having a scalable amount of brokers behind that? In my company, some people are configuring a (scaling) Kafka server for us,…
AnoE
  • 4,936
  • 14
  • 26
1
vote
1 answer

How to implement the Load Balancing in Openshift ?

I have deployed my application on cloud using Openshift. I tried few blogs but could not find out the best ways to implement the Load Balancing . Please help.
1
vote
1 answer

AWS- How to estimate a server configuration for nginx load balancer?

What kind of parameters can be used to estimate how much memory and the number of CPU cores are required for a load balancer? I have a requirement to setup LB based on Nginx to route the traffic to other nodes via TCP/IP as on other nodes that have…
1
vote
1 answer

How to implement custom HAProxy 404 responses?

My goal is to build custom 404 http error code that will depend on a user's language. I thought that I can use header accept language. I thought about something like this: #creating 2 acls that accepts only one accept language. acl en…
pete_r
  • 13
  • 1
  • 5
1
vote
1 answer

AWS ELB Application Load balancer, SSL not working

I've setup an "Application Load balancer" in AWS. It has two Listeners, one on HTTP (port 80) and one on HTTPS (port 443). It also has one target group that with only one FARGATE instance that I've registered in ECS. In the Image below you can see…
0
votes
0 answers

GCP Load Balancer Returns 503 During Kubernetes Pod Termination (NEG Issue?)

Problem Statement: I have a GCP Global External Load Balancer with Kubernetes pods behind it, connected via an HTTPRoute and a Service. When a pod is deleted, it correctly follows the termination process: A preStop hook is…
CoffeJunky
  • 111
  • 2
0
votes
0 answers

Check HAProxy servers through http or socks proxies

How can I check a server by use proxy in HAProxy? I mean, I can curl someurl.com through an http proxy like this: curl -x 127.0.0.1:8080 someurl.com My question is when I config HAProxy to check destinations, how can I use something like the '-x'…
0
votes
0 answers

Install a loadbalancer and make it work together with rancher

We have an on premise kubernetes cluster running with rancher, on vmware. Starting the cluster was easy, specify nodes and their resources and press create. Then we can get to the containers running on them by passing through any controlplane. But…
0
votes
0 answers

Load balancing between Slurm clusters

What strategy of load balancing in k8s would be recommended between Slurm (think SGE) clusters? The reason I raise this is Slurm has a Pythonic API governing the queuing system. Information can freely pass from the queuing system to the load…
user42249