Traefik dashboard on K3s
It turns out that Traefik has a dashboard. Here’s how to access it via kubectl port-forward
.
kubectl --namespace kube-system port-forward deployments/traefik 9000:9000 &
Then navigate to http://localhost:9000/dashboard/.
If you want to make this more permanent by using an Ingress, see https://k3s.rocks/traefik-dashboard/.