Set up Basic-Auth using Traefik 2 on Kubernetes
Traefik is a modern reverse proxy and load balancer that makes deploying microservices easy. Traefik is natively compliant with Kubernetes, Docker and a lot of other cluster technologies. Traefik allows the use of middlewares to tweak requests before they are sent to a service. There are several available middlewares in Traefik, some can modify the request, the headers, some are in charge of redirections and some add authentication. This Post explains how to configure the BasicAuth-Middleware for Traefik 2 in Kubernetes....