Dashboard: why the shortcut http://localhost:8001/ui is deprecated ?

Created on 21 May 2018  路  1Comment  路  Source: kubernetes/dashboard

From the doc,

The shortcut http://localhost:8001/ui is deprecated. Use the full proxy URL http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/

why ?

Most helpful comment

API server should only act as an API and it should not provide endpoints that are dependant on external applications being installed inside the cluster. Dashboard is not a built-in application. It is an external UI for kubernetes that might or might not be installed.

>All comments

API server should only act as an API and it should not provide endpoints that are dependant on external applications being installed inside the cluster. Dashboard is not a built-in application. It is an external UI for kubernetes that might or might not be installed.

Was this page helpful?
0 / 5 - 0 ratings