Hacker News new | ask | show | jobs
by status_quo69 2301 days ago
Load balancer certs via annotations are supported, but they're a bit iffy when pairing with controllers like ambassador, since ambassador expects to own TLS termination (although the ambassador docs do say this is configurable). https://www.digitalocean.com/docs/kubernetes/how-to/configur...
2 comments

aside: ambassador definitely supports external TLS termination (tested with AWS ELB).
Ah good to know, thank you!