mirror of https://github.com/k3s-io/k3s
1.0 KiB
1.0 KiB
Kubernetes UI Instructions
Kubernetes User Interface
Kubernetes has an extensible user interface with default functionality that describes the current cluster. See the README in the www directory for more information.
Running locally
Assuming that you have a cluster running locally at localhost:8080
, as described here, you can run the UI against it with kubectl:
kubectl proxy --www=www/app --www-prefix=/
You should now be able to access it by visiting localhost:8001.
You can also use other web servers to serve the contents of the www/app directory, as described here.
Running remotely
When Kubernetes is deployed remotely, the UI is deployed as a cluster addon. To access it, visit /ui
, which redirects to /api/v1/proxy/namespaces/default/services/kube-ui/#/dashboard/
, on your master server.