Skip to content

Instantly share code, notes, and snippets.

View M3mbrillo's full-sized avatar
🐇
Rabbit Hole in Process

Facundo Wasinger M3mbrillo

🐇
Rabbit Hole in Process
View GitHub Profile
@M3mbrillo
M3mbrillo / Local-Kubernetes.md
Created April 20, 2023 18:21 — forked from dahlsailrunner/Local-Kubernetes.md
Helpful tips and snippets for Kubernetes within Docker Desktop

Using the K8s Dashboard Locally

Actual repo is here: https://github.com/kubernetes/dashboard

1. Install the Dashboard

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml

2. Create a Sample User Account that can Access the Dashboard via Token

kubectl apply -f https://gist.githubusercontent.com/dahlsailrunner/bbd453f3bb6259b66c08a70d0908283f/raw/5727723217e2df4b65d8933adf04d009cfb0fe3f/local-dashboard-account.yml