Load Balancer - Funky Penguin's Geek Cookbook

Hey Greg :slight_smile:

In my case, I only have 1 external VM for HAProxy, although I might add some GCP HA elements in future.

When an incoming request comes into the HAProxy VM on port 443 (for example), it’s sent the the IP of the Kubernetes node running Traefik, on port 30443.

Can keepalived do this port-converting magic? :slight_smile:

D