Skip to content

Latest commit

 

History

History

k8s-dashboard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

K8s Dashboard

Install the k8s dashboard helm chart.

$ helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/ && helm repo list
$ VERSION=7.4.0
$ helm install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard \
    --version=$VERSION \
    --namespace kubernetes-dashboard \
    --create-namespace \
    --values dash-values.yaml
# Get the dashboard token
$ ./k8s-dash-token.sh

Refenreces

K8s dashboard helm