Cloud Native

Deploy the Kubernetes Web UI Dashboard

This post guides you through deploying the Kubernetes dashboard after Deploy Kubernetes Cluster. Install Dashboard Download and install Docker images docker pull mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.10.1 docker tag mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.10.1 k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1 docker image rmi mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.10.1 Download dashboard config file template wget https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml Edit dashboard…