luksa/kubernetes-in-action

2.3.6 Kubernetes DashBoard not available in GKE

kasanitej opened this issue · 0 comments

Hi,

According to the book section 2.3.6 to get the Kubernetes Dashboard we have to type kubectl cluster-info but in my cluster-info I dont have dashboard. Below is my ouput

kasanitej@cloudshell:~ (kubernetes-320016)$ kubectl cluster-info
Kubernetes control plane is running at https://35.244.33.159
GLBCDefaultBackend is running at https://35.244.33.159/api/v1/namespaces/kube-system/services/default-http-backend:http/proxy
KubeDNS is running at https://35.244.33.159/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
Metrics-server is running at https://35.244.33.159/api/v1/namespaces/kube-system/services/https:metrics-server:/proxy

Please help what am I doing wrong?