2 comments on “Kubernetes (8) – Automatic TLS Certificates signed by Let’s Encrypt”

Kubernetes (8) – Automatic TLS Certificates signed by Let’s Encrypt

In this tutorial, we will expose a kubernetes application via HTTPS with a valid Let's Encrypt certificate. A certificate manager will help us to automatically receive and provision a trusted TLS certificate. It is trusted since Let's Encrypt has signed the…

1 comment on “Kubernetes (7) – Ingress Controller on a multi-node Cluster (HTTP + HTTPS)”

Kubernetes (7) – Ingress Controller on a multi-node Cluster (HTTP + HTTPS)

You will find here step by step instructions on how to install an ingress controller on a Kubernetes multi-node cluster with an example application on both, HTTP and HTTPS. In our last blog post, we have installed a Kubernetes Ingress…