DNS Configuration for K8s

Goal: Configure DNS, so applications running on the K8S cluster are reachable from the internet and TLS-protected Setting up a home made kubernetes cluster is quite straightforward. However, for deploying applications or services accessible from the internet, the configuration capabilities of the standard provider’s internet boxes are usually too limited. In particular I had the issue of the internal host resolution. My internet box wasn’t able to properly route requests to the own external IP address from inside the internal network.
Read full post