Load Balancer - Funky Penguin's Geek Cookbook

Yes, the ip-per-service thing is a PITA :slight_smile:

I don’t actually terminate SSL on HAProxy BTW, its primary functions are:

  1. To allow me to use “real world” ports (like 443) while still using (free) NodePorts (30000+) in the cluster, and…

  2. “finding” my cluster nodes IPs for NodePort, which have unpredictable IP addresses :slight_smile:

D