This repo uses kind for the local cluster.
Create the local cluster.
make create-clusterDisable restarting the cluster automatically.
docker update --restart=no kind-control-planeStop the cluster.
docker stop kind-control-planeRestart the cluster.
docker start kind-control-planeInstall dashboard.
make install-dashboardOpen a new terminal and start proxy.
kubectl proxyAfter running the proxy, you can access the dashboard at the following URL: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
Get access token.
cd kind/dashboard
./get_token.sh