replace deprecated kube-ui with dashboard description (#5194)

pull/5192/merge
Jessica Yao 2017-08-24 14:09:42 -07:00 committed by Steve Perry
parent ad7e057283
commit 9ec9dc299a
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@ Cluster DNS is a DNS server, in addition to the other DNS server(s) in your envi
Containers started by Kubernetes automatically include this DNS server in their DNS searches.
#### User interface
#### Web UI (Dashboard)
The `kube-ui` provides a read-only overview of the cluster state. For more information, see [Using an HTTP Proxy to Access the Kubernetes API](/docs/tasks/access-kubernetes-api/http-proxy-access-api/)
[Dashboard](/docs/tasks/access-application-cluster/web-ui-dashboard/) is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage and troubleshoot applications running in the cluster, as well as the cluster itself.
#### Container Resource Monitoring