January 2019
Intermediate to advanced
484 pages
11h 48m
English
In addition to the command-line utility, there is a dashboard that aggregates almost all the information we just discussed and displays the data in a decent web UI:

This is actually a general purpose graphical user interface of a Kubernetes cluster as it also allows us to create, edit, and delete resources. Deploying it is quite easy; all we need to do is apply a template:
$ kubectl create -f \ https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.0/src/deploy/recommended/kubernetes-dashboard.yaml
Many managed Kubernetes services, such as Google Kubernetes Engine (GKE), provide an option to pre-deploy a dashboard ...
Read now
Unlock full access