Skip to content

Commit 2795469

Browse files
committed
deploy dashboard
1 parent af527bb commit 2795469

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

kube/dashboard/deploy-daboard.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
kubectl apply -f
1+
deploy dashboard:
2+
-----------------
3+
kubectl apply -f https://raw.githubusercontent.com/lerndevops/labs/master/kube/dashboard/dashboard-v2-insecure.yml
4+
5+
validate:
6+
---------
7+
ensure dashboard deployment is available & pod in running state
8+
9+
kubectl get deploy -n kubernetes-dashboard
10+
kubectl get pods -n kubernetes-dashboard
11+
12+
Access UI:
13+
----------
14+
15+
kubectl get svc -n kubernetes-dashboard ( note port number ex: 30605)
16+
open the broser and hit -- http://ip:port
17+
ex: http://3.14.249.66:30605/
18+
19+
skip the login to get in !!

0 commit comments

Comments
 (0)