diff --git a/README.md b/README.md index 5a574d4952b2993ed96008f65634d6f1762a6bf6..391cef592e711d1c45628ae690da05c6aaa832b2 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. +![Dashboard UI workloads page](docs/dashboard-ui.png) + ## Usage It is likely that Dashboard is already installed on your cluster. To access it navigate in your -browser to one of the following URLs: `https:///ui` which redirects to -`https:///api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard`. +browser to the following URL: `https:///ui`. If you find that you’re not able to access the Dashboard you can install and open the latest stable release by running the following commands: @@ -22,7 +23,6 @@ And then navigate to `https:///ui` If it asks password, use `$ kubectl config view` to find it. - ## Documentation * The [user guide](http://kubernetes.io/docs/user-guide/ui/) is an entry point for users of Dashboard diff --git a/docs/dashboard-ui.png b/docs/dashboard-ui.png new file mode 100644 index 0000000000000000000000000000000000000000..f5e04cbb61b2a7b557cb93d6d602a8d1c0292c41 Binary files /dev/null and b/docs/dashboard-ui.png differ