Installing Kubernetes Dashboard
- Execute
install.sh
- Create ClusterRoleBinding and ServiceAccount with
kubectl apply -f setup_access.yml
- Open proxy with
kubectl proxy
in a separate shell, and keep it activated! - Create a token with
get_token.sh
- Open Dashboard on this URL.
- Enter the token.