Skip to main content

Questions tagged [load-balance]

Load-balancing is the practice of distributing workloads or data between segregated services to provide improved reliability and increased performance characteristics.

0 votes
0 answers
7 views

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

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 ...
M__'s user avatar
  • 101
1 vote
1 answer
462 views

How can I get everything to use the same load balancer on DigitalOcean?

I have a LoadBalancer service, and an Ingress that routes to various ClusterIP services. I've given both of them the following annotation: annotations: kubernetes.digitalocean.com/load-balancer-id: '...
Isvara's user avatar
  • 111
1 vote
1 answer
127 views

Load balancing while deployment

How does a L4 or L7 load balancer knows how to route traffic during deployments. Say, In Canary deployment strategy, how does LB route only 10% traffic to a certain server or in case of Blue-Green ...
Chel MS's user avatar
  • 113
1 vote
1 answer
245 views

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 ...
Ankur's user avatar
  • 11
6 votes
0 answers
2k views

Kubernetes deployement with minimum disruption to websocket connections

Problem statement: Make a deployment with minimum disruption to clients connected via websockets. Stack: GKE (Regional cluster - 1.22.8-gke.200), helm, Node.js/websockets, HPA, Rolling Update. Our ...
thanosam's user avatar
1 vote
2 answers
236 views

Is it possible to split traffic by fixed ratio among two Deployments using only Service

Context: Kubernetes (1.23), 2 Deployments of the same app with different version/config/etc., 1 Service Let's say I have a web application deployed in Kubernetes using a Deployment. I want to add a ...
David Lukac's user avatar
4 votes
2 answers
2k views

Ingress vs Load Balancer

I am new to kubernetes and I am trying to expose an application publicly. I am using Scaleway as the cloud provider (if it matters). From what I understand, there are multiple ways of doing this. ...
Razvan Toader's user avatar
2 votes
1 answer
692 views

HAProxy Not Working with Kubernetes NodePort for Backend (Bare Metal)

I have a host running HAProxy already. It's been up and running since before I did anything with Kubernetes. It works flawlessly as a reverse proxy and SSL terminator for various web things in ...
Adam Winter's user avatar
0 votes
1 answer
519 views

Kubernetes pods scaling doesnt increase throughput

I have a simple Django web application running on AWS EC2 instance (2 vCPU, 4Gi). For that type of deployment I have a performance (measured with Hey) $ hey -t 30 -z 1m https://mydomain.com/my/...
Most Wanted's user avatar
1 vote
1 answer
2k views

How to Integrate Amazon API Gateway with EKS using Application Load Balancer (ALB)?

According to the AWS documentation, it is possible to integrate Amazon API Gateway with EKS using ALB. However, by far most of this documentation explains how to do this with NLB instead of ALB. So ...
Daan's user avatar
  • 131
1 vote
1 answer
940 views

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 ...
Felix Eklöf's user avatar
2 votes
1 answer
2k views

Redirect to a custom page on 503 error in Ingress

When our site is getting deployed, the Ingress gets created and before I could get any response I get 503 for 5-6 minutes (time taken to startup). We need to configure our ingress to redirect to a ...
Sri Krishna's user avatar
0 votes
1 answer
641 views

Create backend Address pool for basic load balancer azure arm template

I'm attempting to create a backend address pool via an ARM template for a load balancer with the following code: "type": "Microsoft.Network/loadBalancers/backendAddressPools&...
MantyQuestions's user avatar
0 votes
1 answer
1k views

AWS ECS Fargate, auto scaling and load balancer

For a ECS service with launch type "fargate", it is possible to configure a load balancer and auto scaling. I don`t understand, how those two types of scaling work in this case, and how they ...
user1383029's user avatar

15 30 50 per page