Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4724

SNI switching with haproxy kubernetes controller

$
0
0

Is it possible to use SNI switching as detailed in this article when using haproxy deployed to kubernetes with helm?

I want to expose a singe loadbalancer and direct traffic to backend SSL services (that use SNI) in other namespaces based off the hostname.

e.g. *.example.com points to loadbalancer
ssl://a.example.com:8088 -> svc.a-namespace.cluster.local:8088
ssl://b.example.com:8088 -> svc.b-namespace.cluster.local:8088

I tried putting some of the configuration from the article into a configmap but it seems the configmap is actually just for mapping a single port to a backend service.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4724

Trending Articles