mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Update ui.md
This commit is contained in:
parent
dbc8493cab
commit
de97fb8ecf
19
docs/ui.md
19
docs/ui.md
@ -1,16 +1,13 @@
|
||||
# Kubernetes UI Instructions
|
||||
|
||||
## Kubernetes User Interface
|
||||
Kubernetes has a web-based user interface that displays the current cluster state graphically.
|
||||
# Kubernetes User Interface
|
||||
Kubernetes has a web-based user interface that displays the current cluster state graphically. It is accessible via `https://<kubernetes-master>/ui`, which redirects to `https://<kubernetes-master>/api/v1/proxy/namespaces/kube-system/services/kube-ui/#/dashboard/`.
|
||||
|
||||
## Accessing the UI
|
||||
By default, the Kubernetes UI is deployed remotely as a cluster addon. To access it, visit `/ui` on your master server, which redirects to `/api/v1/proxy/namespaces/kube-system/services/kube-ui/#/dashboard/`.
|
||||
By default, the Kubernetes UI is deployed remotely as a cluster addon. To access it, visit `https://<kubernetes-master>/ui`, which redirects to `https://<kubernetes-master>/api/v1/proxy/namespaces/kube-system/services/kube-ui/#/dashboard/`.
|
||||
|
||||
If the UI cluster addon isn't running, you can start it manually with the following commands.
|
||||
```shell
|
||||
cd cluster/addons/kube-ui/image
|
||||
make kube-ui
|
||||
make push
|
||||
If the [`kube-addons.sh`](../cluster/saltbase/salt/kube-addons/kube-addons.sh) script is not running, the kube-ui service will not be started. In this case, it can be started manually with:
|
||||
```sh
|
||||
kubectl create -f cluster/addons/kube-ui/kube-ui-rc.yaml
|
||||
kubectl create -f cluster/addons/kube-ui/kube-ui-svc.yaml
|
||||
```
|
||||
|
||||
## Using the UI
|
||||
@ -38,6 +35,6 @@ Other views (Pods, Nodes, Replication Controllers, Services, and Events) simply
|
||||

|
||||
|
||||
## More Information
|
||||
For more information, See the [README](../www/README.md) in the www directory.
|
||||
For more information, see the [Kubernetes UI development document](../www/README.md) in the www directory.
|
||||
|
||||
[]()
|
||||
|
Loading…
Reference in New Issue
Block a user