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…
Deploy Kubernetes Cluster on CentOS
Kubernetes is an open-source container-orchestration system for automating deployment, scaling and management of containerized applications. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation. In this post, I will show you how to…