ReSearchITEng / helm-kubernetes-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lint and Test Charts

geek-cookbook


This helm chart is maintained with ❤️ by @funkypenguin, internet-famous for creating Funky Penguin's Geek Cookbook.

Funky Penguin's Geek Cookbook is a collection of "recipes" to run popular applications on Docker Swarm or Kubernetes, in a cheeky, geeky format.

Got more details at:

What is funkypenguin/helm-kubernetes-dashboard?

This helm chart is an adaption of the original https://github.com/helm/charts/tree/master/stable/kubernetes-dashboard to support Kubernetes Dashboard version 2. There are some significant differences between version 1 and version 2, one of which being that Heapser is no longer required, but metrics-server is.

Kubernetes Dashboard v2 screenshot

How do I use funkypenguin/helm-kubernetes-dashboard?

Add the repo to helm, like this:

helm repo add funkypenguin-kubernetes-dashboard https://funkypenguin.github.io/helm-kubernetes-dashboard/

Create a namespace (e.g. kubectl create namespace kubernetes-dashboard)

And then install kubernetes-dashboard with something like (--devel is necessary until the upstream app reaches 2.0.0 stable):

helm install -n kubernetes-dashboard kubernetes-dashboard kubernetes-dashboard --devel

Where to get help?

There are hot, sweaty geeks ready to help you out, at:

About


Languages

Language:Smarty 89.9%Language:Shell 10.1%