EdsonF / kubernetes_boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Boilerplate

A kubernetes boilerplate to save precious minutes.

To get started:

kubectl apply -f admin-user.yml

Copy the output of the token from the next command if you wish to login to the dashboard

kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep admin-user | awk '{print $1}')
kubectl proxy

Visit http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login

About