We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af527bb commit 2795469Copy full SHA for 2795469
kube/dashboard/deploy-daboard.txt
@@ -1 +1,19 @@
1
-kubectl apply -f
+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