Traefik dashboard on K3s
6 Jan 2023 17:24
It turns out that Traefik has a dashboard. Here’s how to access it via kubectl port-forward
.
It turns out that Traefik has a dashboard. Here’s how to access it via kubectl port-forward
.
I want visitors to http://home.k3s.differentpla.net
to be redirected to https://home.k3s.differentpla.net
. Here’s
how to set that up on K3s, using Traefik middlewares.
I’m in the middle of installing ArgoCD (blog post will appear later). Rather than use up another LoadBalancer IP address for it (and mess around with TLS), let’s talk about using an Ingress. It’s entirely possible that I can convert the previously-installed docker registry and Gitea to use one as well.