-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
Description
Add the ability to run the Kyma Dashboard locally.
In the previous CLI, there was a kyma dashboard command that was responsible for running the Kyma Dashboard Docker image locally and automatically passing the kubeconfig to the Kyma Dashboard (as far as I remember, it was pushed on the public/kubeconfig/kubeconfig.yaml path, and the user was logged in using the kubeconfigID path).
Reintroducing this capability would allow users to quickly access the dashboard without manually setting up and configuring Docker containers.
Reasons
- Improves developer experience by restoring a useful CLI command that was available in the past.
- Simplifies the process of running Kyma Dashboard locally, especially for new contributors and users.
- Reduces manual steps of configuring Docker and kubeconfig, minimizing chances of user error.
- Provides an easy way to test and interact with Kyma clusters in a local development environment.
Attachments