Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 1.18 KB

step10.md

File metadata and controls

29 lines (23 loc) · 1.18 KB

10. Explore the Kubernetes Dashboard (optional)

Estimated time: 7 min remaining

While logged into the cloud console:

Get the admin password

$ gcloud container clusters describe hello-node | egrep "password"
    password: vUYwC5ATJMWa6goh

Get the dashboard URL

$ kubectl cluster-info
kubectl cluster-info
Kubernetes master is running at https://107.39.81.152
GLBCDefaultBackend is running at https://107.39.81.152/api/v1/proxy/namespaces/kube-system/services/default-http-backend
Heapster is running at https://107.39.81.152/api/v1/proxy/namespaces/kube-system/services/heapster
KubeDNS is running at https://107.39.81.152/api/v1/proxy/namespaces/kube-system/services/kube-dns
kubernetes-dashboard is running at https://107.39.81.152/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard

Navigate to the URL that is shown under after kubernetes-dashboard is running at and log in with username “admin” and the password retrieved above. Then explore the Kubernetes graphical dashboard.

dashboard