Kubernetes dashboard (UI)

Here in Kubernetes, the community has provided lots of add-ons, in which we have Kubernetes dashboard, which is a web user interface. This dashboard is helpful for UI administration such as deploying application, resource usage, and monitoring the health of cluster.

On the master server it is as follows:

$ kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.6.3.yaml

Then navigate to https://api.<clustername>/ui, which is https://api.k8s.aiq.io/ui

(/ui is an alias to https://<clustername>/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard).

The login credentials are:

Username: admin
Password: Get by running kops get secrets kube --type secret -oplaintext or kubectl config view --minify or cat ~/.kube/config:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.227.24.60