This message was deleted.
# k3s
a
This message was deleted.
c
the traefik dashboard isn’t exposed by default. its on totally different ports and endpoints, you can’t just add routes for it using the default endpoint.
also it is a bad idea to expose it, since there is no auth
b
But you can add auth to it via Traefik middleware
c
sure. but if you can do that you should also know how to expose the traefik endpoint
a
haha thats fair 😅 The cluster isn't public internet facing so doesn't need to be behind an auth. But I'll try and set it up regardless of that. Appreciate the help though. I was able to expose the dashboard by changing the entrypoint.
b
The problem with Traefik is that their documentation is really confusing, if you're new to it. It took me a while to understand some basic concepts, but now I'm really loving it. I knew how to add basic auth to an endpoint before I knew the difference between Ingress and IngressRouter, though. Just saying.