kubernetes-dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself.
This article is about how to use Helm to deploy kubernetes-dashboard on Kubernetes (K8S).
Prerequisites
Kubernetes (K8S)
Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.
For more information about installing and using Kubernetes (K8s), see the Kubernetes (K8s) Docs.
Helm
Helm is the best way to find, share, and use software built for Kubernetes.
For more information about installing and using Helm, see the Helm Docs.
Installation
Custom Values.yaml
Remember to replace the content within < > with your info.
## Kubernetes Dashboard Ingress hostnames ## Must be provided if Ingress is enabled ## hosts: -<Yourkubernetes-dashboardHost>
## Kubernetes Dashboard Ingress TLS configuration ## Secrets must be manually created in the namespace ## tls: -secretName:cert-manager-webhook-dnspod-letsencrypt hosts: -<Yourkubernetes-dashboardHost>
Install by Helm
Helm install kubernetes-dashboard into kubernetes-dashboard namespace.