HiveBrain v1.2.0
Get Started
← Back to all entries
patternkubernetesMinor

Load balancing kubernetes cluster on budget KVM provider?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
kvmproviderkubernetesbudgetbalancingloadcluster

Problem

There are a lot of cheap KVM providers these days that offer simple nodes with just a single external IP per node, without any load balancing.

What is a typical budget load balancing solution for this scenario?

I am planning to use either docker swarm or kubernetes as a container orchestration solution.

Solution

It depends on how much time you can invest into configuration and your configuration.

I have built my own cluster on AWS using Nomad and Consul where Fabio was used as Application Load Balancing layer (AWS ALB was lacking for my purposes).

Alternatively if you use k8s and do not need additional ALB you can use DNS RR (multiple A or AAAA records for your domain) or create HAProxy cluster in front of your application.

Context

StackExchange DevOps Q#1781, answer score: 3

Revisions (0)

No revisions yet.