DEV Community

Rahul Wagh
Rahul Wagh

Posted on

Google Kubernetes Engine - Kubernetes Dashboard set up - Part 7

Here is complete guide from the lab session - https://jhooq.com/setting-up-kubernetes-dashboard/

We are going to perform following steps

  1. Create a project on google cloud platform
  2. Create Kuberentes cluster inside the Project
  3. Connect to Google cloud console
  4. Install the kubernetes dashboard
  5. kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
  6. Setup service account and cluster role binding
  7. Start kubernetess API server using kubectl proxy
  8. Generate kubernetes token
  9. Provide token to Kubernetes dashboard authentication page

Top comments (0)