Google Kubernetes Engine - Kubernetes Dashboard set up - Part 7

jhooq

Rahul Wagh

Posted on September 4, 2020

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
💖 💪 🙅 🚩
jhooq
Rahul Wagh

Posted on September 4, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related