DEV Community

Rahul Wagh
Rahul Wagh

Posted on

1

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay