Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy via Kubernetes API is not supported, breaking preferred access to Kubernetes Dashboard #1

Closed
seanknox opened this issue Oct 25, 2017 · 6 comments

Comments

@seanknox
Copy link
Contributor

Proxy via the Kubernetes API is not currently supported. This breaks access to kubernetes-dashboard as the preferred method of access is via kubectl proxy then localhost:8001/ui.

As a workaround, users can run az aks browse to access the Dashboard pod via kubectl port-forward.

@squillace
Copy link

Still having issues with ukwest:
image

but the connection seems to be there:
image

@seanknox
Copy link
Contributor Author

Try removing the "/ui" at the end of the URL.

@squillace
Copy link

AH! Sorry; it took about 30 seconds to appear, and I didn't realize I had to wait that long. it's there now. Apologies; I'll note that you have to be a bit patient there.

@dtzar
Copy link

dtzar commented Nov 8, 2017

Just verified - this works too at the moment without having to use az aks
#8 (comment)

@jespernohr
Copy link

@dtzar - did you manage to access the dashboard/web UI with the following workaround ?

In order to open the dashboard you need to run the following command:
kubectl port-forward kubernetes-dashboard-1672970692-375tg 9090 --namespace kube-system
you need to replace "kubernetes-dashboard-1672970692-375tg" with your pod name which run the dashboard. you can get it by running the following command:
kubectl get pods --all-namespaces

@slack
Copy link
Contributor

slack commented Nov 14, 2017

New tunnel infrastructure landed in East US and will be available in all new regions.

@slack slack closed this as completed Nov 14, 2017
@ghost ghost locked as resolved and limited conversation to collaborators Aug 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants