DEV Community

Discussion on: Having fun with Kubernetes - Final Chapter: Play time

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch

Hi Martin. Great tutorial, thank you! Now that you've shown how to setup an http service on port 80 here's an idea for another chapter: How would you add TLS on top? I am especially interested in how to handle TLS certificates. I guess putting them in the nginx image is not the best option, because one would have to rebuild the image every time the certificate expires.

Collapse
 
martinpham profile image
Martin Pham

Thanks for reading! I've written another tutorial for the TLS here: dev.to/martinpham/secure-your-kube...
Hope you like it!

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch

Yay, just what I needed!

Thread Thread
 
martinpham profile image
Martin Pham

:)