-
Notifications
You must be signed in to change notification settings - Fork 0
Description
How to migration from Kubernetes dashboard to Headlamp?
First search for how people install Kubernetes dashboard.
https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
There's installation section in the README of Kubernetes dashboard GitHub https://github.com/kubernetes/dashboard?tab=readme-ov-file#installation
Helm chart comparison
What is the equivalent helm commands to use Headlamp? Might be good in a migration guide to show a comparison. If they use option in Kubernetes dashboard, how to do that in Headlamp?
Here is information about the Kubernetes helm chart: https://artifacthub.io/packages/helm/k8s-dashboard/kubernetes-dashboard
Use links to the existing headlamp helm chart and docs.
differences between old way of installing kubernetes dashboard and the new way?
Was there an older way that people used to install dashboard? Maybe it's worth mentioning if there was
The simple way of migration - quickstart
For the simplest way of using Kubernetes dashboard, what is the simplest way to migrate?
This should be first. This should be a Quickstart migration.
Other things to consider should be mentioned below in different sections.
If you're doing X with dashboard, then this is how you do it with headlamp.