Installing and Starting the Kubernetes Dashboard



Installing and Starting the Kubectl Dashboard..

Run this command:
[root@localhost ~]# kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml
serviceaccount "kubernetes-dashboard" created
clusterrolebinding "kubernetes-dashboard" created
deployment "kubernetes-dashboard" created


Next Run this:
[root@localhost ~]# kubectl proxy
Starting to serve on 127.0.0.1:8001

on your browser go to this link : http://localhost:8001/ui/



Installing Ingress Controller - Kubernetes

Installing the Ingress Controller Prerequisites Make sure you have access to the Ingress controller image: For NGINX Ingress controll...