Skip to content

Commit f9f0459

Browse files
authored
Create k8-dashboardsetup.txt
1 parent 9f9a8bc commit f9f0459

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

k8-dashboardsetup.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
To deploy Dashboard, execute following command:
2+
3+
4+
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
5+
6+
7+
8+
9+
To access Dashboard from your local workstation you must create a secure channel to your Kubernetes cluster. Run the following command:
10+
11+
$ kubectl proxy
12+
13+
14+
15+
Now access Dashboard at:
16+
17+
http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/.
18+
19+
20+
21+
22+
23+
https://github.com/kubernetes/dashboard#kubernetes-dashboard

0 commit comments

Comments
 (0)