DEV Community

Discussion on: Expose a Kubernetes service on your own custom domain

Collapse
 
joehobot profile image
Joe Hobot • Edited

I see you are doing http, to go bit more into it, you can get letsencrypt(free ssl) helm chart, edit your ingress and go with https :)

Collapse
 
peterj profile image
Peter Jausovec

Yes! That's a good point - might need to write another post that explains that :). On the other hand, I sometimes use Cloudflare as well as they do the SSL termination for you (if you're just hosting a static site and don't necessarily have Kubernetes or a VM behind it).

Collapse
 
joehobot profile image
Joe Hobot

That works too, I just use aws elb :)

Collapse
 
kunle profile image
Kunle

Kube-lego or cert-manager for that. github.com/jetstack/cert-manager/