May 2018
Intermediate to advanced
554 pages
13h 51m
English
Under the hood, gcloud creates a Kubernetes cluster with three nodes, along with a controller manager, scheduler, and etcd cluster with two members. We can also see that the master is launched with some services, including a default backend used by the controller, heapster (used for monitoring) KubeDNS for DNS services in the cluster, a dashboard for Kubernetes UI, and metrics-server for resource usage metrics.
We saw Kubernetes-dashboard has a URL; let's try and access it:

We got HTTP 403 Forbidden. Where do we get the access and credentials though? One way to do it is running a proxy ...
Read now
Unlock full access