Merge pull request #1979 from unisisdev/patch-1
Described how deploy the Dashboard UI
This commit is contained in:
@@ -15,6 +15,14 @@ Dashboard also provides information on the state of Kubernetes resources in your
|
|||||||
* TOC
|
* TOC
|
||||||
{:toc}
|
{:toc}
|
||||||
|
|
||||||
|
## Deploying the Dashboard UI
|
||||||
|
|
||||||
|
The Dashboard UI is not deployed by default. To deploy it, run the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml
|
||||||
|
```
|
||||||
|
|
||||||
## Accessing the Dashboard UI
|
## Accessing the Dashboard UI
|
||||||
|
|
||||||
There are multiple ways you can access the Dashboard UI; either by using the kubectl command-line interface, or by accessing the Kubernetes master apiserver using your web browser.
|
There are multiple ways you can access the Dashboard UI; either by using the kubectl command-line interface, or by accessing the Kubernetes master apiserver using your web browser.
|
||||||
|
|||||||
Reference in New Issue
Block a user