With Kubernetes becoming more and more important in the world of Cloud computing, companies are now migrating their old infrastructures to this powerful tool.
However, Kubernetes is far from simple, particularly when it comes to accessing your applications using domain names from outside your cluster. To achieve this, one of the solutions is to use an ingress controller such as Traefik.
Traefik is responsible for redirecting incoming traffic associated with a particular hostname to the correct services inside your cluster. The magic of Traefik is that it discovers on its own the resources that need to be exposed and automatically redirects the traffic.