gitisz

Results 3 comments of gitisz

Thank you for the generous example! I did shelve this and used a client-side NodeJS alternative, but that was temporary. I'll give this a go and share back. Thank you!

I can't figure this out either. Documentation only supports `kubectl proxy` and all othe examples I find are out of date.

[l0ner](https://github.com/l0ner) this solution worked for me, many thanks! One small change, added the TLS secret from Let's Encrypt... ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: dashboard-https namespace: kubernetes-dashboard annotations: traefik.ingress.kubernetes.io/router.entrypoints:...