This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Description
Currently k8s ingress only supports HTTPS SNI.
I need k8s support for TLS SNI such that I can dynamically create TCP services with virtual server names and have a dynamically created TCP SNI reverse proxy dispatch connections to the correct k8s service.
I see that the linked-tcp beta is available and supports SNI. I see that linked-tcp integrates with the k8s API via namerd. I see some info on configuring namerd for k8s.
Since I’m hosting k8s on AWS, I’m assuming that the I would be using a loadbalancer service (that creates an ELB instance) as the internet entry point for TCP connections. This would load balance connections across instances of linked-tcp (that have been plumbed-into k8s via namerd).
What I don’t see is the full set of k8s resources that are required to get this to work.
Has anyone done this? What is the best way to get this configured?