You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, to Kubernetes there is a Dashboard, but for Traefik i don't know...
For me its secure, because i ssh it.
Here in short for Kubernetes: install: kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
To get the token: kubectl -n kubernetes-dashboard get secret $(kubectl -n kubernetes-dashboard get sa/admin-user -o jsonpath="{.secrets[0].name}") -o go-template="{{.data.token | base64decode}}"
start: kubectl proxy
another ssh with -L to your server.
Than in Browser: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
Maybe this helps. For me this works.
If someone has it for Traefik....
Does there exist an easy method to expose the Kubernetes Dashboard and Traefik Dashboard securely to the WAN?
The text was updated successfully, but these errors were encountered: