Issue with k8s.io/docs/tasks/access-application-cluster/web-ui-dashboard/ #49270
Labels
kind/bug
Categorizes issue or PR as related to a bug.
language/en
Issues or PRs related to English language
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
I am very new to Kubernetes.
I followed the instructions on the following page:
https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
After the step "kubectl proxy" I was not able to launch the web UI using the URL: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
The page displayed:
I found this article:
https://anirbanbh.medium.com/how-to-run-kubernetes-dashboard-on-with-local-admin-user-57e208f376e8
And used the following command:
kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443
And i was able to launch the login page via this URL https://localhost:8443/
I can't explain why I was unable to access the page using port forwarding but not the proxy command. I also don't know if i was doing something wrong when using the proxy command. If you can reproduce this then maybe the docs could be updated?
The text was updated successfully, but these errors were encountered: