Advanced kubernetes ingress

Click for: original source

Björn Wenzel deatiled writting on how to to setup a more complex kubernetes ingress example. This blog post is building on his previous post - Install kubernetes ingress. The application in this example has an api-server and a separate ui server.

This is hands on tutorial with many references to provided code. It focuses on:

  • The ingress path-based routing for the same domain
  • SSL certificate and how to add it to the cluster
  • Kube-Lego deployment to the cluster for Let’s Encrypt certificate generation

You will learn how Kube-Lego can generate a kubernetes secret called with a Let’s Encrypt certificate valid for your application. And then Kube-Lego will deploy the secret for you. Excellent!

[Read More]

Tags kubernetes containers devops software-architecture infosec