Skip to content

Latest commit

 

History

History
 
 

dashboard

Kubernetes Dashboard

Installation of Kubernetes Dashboard

Configuration

TODO

Installation Steps

cd /root/kubernetes/install_k8s/
./install_dashboard.sh

Note: Ingress Controller should be installed if dashboard need to be accessible from outside the cluster.

Accessing Kubernetes Dashboard

https://master.cloud.com:32000/dashboard/

Generating token for login to dashboard

  • Generate role and user
cd /root/kubernetes/dashboard/
./create-sample-user.sh
  • Get the token
cd /root/kubernetes/dashboard/
./get-sample-user-token.sh