Forwarded from Golang drawer
Nobugware
Advanced Traefik 2.0 with Kubernetes - Fabrice Aneche
Following my earlier post about Traefik 2 and Kubernetes, here are some advanced configuration examples and a full yaml example at the end of this post:
Protecting a route with a password Create an htpasswd file named users for a user admin
htpasswd -c users…
Protecting a route with a password Create an htpasswd file named users for a user admin
htpasswd -c users…