mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +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. It is accessible via `https://<kubernetes-master>/ui`, which redirects to `https://<kubernetes-master>/api/v1/proxy/namespaces/kube-system/services/kube-ui/#/dashboard/`.
|
||||||
## Kubernetes User Interface
|
|
||||||
Kubernetes has a web-based user interface that displays the current cluster state graphically.
|
|
||||||
|
|
||||||
## Accessing the UI
|
## 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.
|
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:
|
||||||
```shell
|
```sh
|
||||||
cd cluster/addons/kube-ui/image
|
kubectl create -f cluster/addons/kube-ui/kube-ui-rc.yaml
|
||||||
make kube-ui
|
kubectl create -f cluster/addons/kube-ui/kube-ui-svc.yaml
|
||||||
make push
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using the UI
|
## Using the UI
|
||||||
@ -38,6 +35,6 @@ Other views (Pods, Nodes, Replication Controllers, Services, and Events) simply
|
|||||||

|

|
||||||
|
|
||||||
## More Information
|
## 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