Here is complete guide from the lab session - https://jhooq.com/setting-up-kubernetes-dashboard/
We are going to perform following steps
- Create a project on google cloud platform
- Create Kuberentes cluster inside the Project
- Connect to Google cloud console
- Install the kubernetes dashboard
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
- Setup service account and cluster role binding
- Start kubernetess API server using kubectl proxy
- Generate kubernetes token
- Provide token to Kubernetes dashboard authentication page
Top comments (0)