From f428fcdf233dd280bb4f50c42b5bcdd725997966 Mon Sep 17 00:00:00 2001 From: Iresh Dissanayaka Date: Sun, 29 Dec 2024 16:09:31 +0530 Subject: [PATCH] fix: update kubernetes dashboard proxy url Update the kubernetes dashboard access url through proxy to have the new service name "kubernetes-dashboard-kong-proxy" --- .../docs/tasks/access-application-cluster/web-ui-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md b/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md index 148e20f93fc9b..c14c7c80b51e7 100644 --- a/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md +++ b/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md @@ -68,7 +68,7 @@ by running the following command: kubectl proxy ``` -Kubectl will make Dashboard available at [http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/). +Kubectl will make Dashboard available at [http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:kong-proxy-tls/proxy/](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:kong-proxy-tls/proxy/). The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.