awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
komodorio avatar

komodorio/helm-dashboard

0
View on GitHub↗
5,625 stars·352 forks·TypeScript·apache-2.0·23 views

Helm Dashboard

Helm Dashboard is a web-based interface for managing and monitoring Helm releases in Kubernetes clusters. It provides a graphical alternative to the command line for viewing deployed releases, inspecting installed charts, and performing the full lifecycle of Helm operations including installation, upgrades, rollbacks, and uninstalls.

The dashboard enables users to browse releases with filtering by namespace or name, view revision history and deployment details, and compare manifest or values differences between revisions before applying changes. It supports deploying charts from repositories, local directories, or pre-release versions, and allows switching between multiple Kubernetes cluster contexts directly from the UI.

For troubleshooting and maintenance, the tool offers release status inspection, resource health monitoring with color-coded indicators, and integration with external scanners to detect vulnerabilities in charts and Kubernetes resources before deployment. Users can restrict operations to specific namespaces, disable health checks or latest version checks, and opt out of usage analytics. The server can be launched from the command line with configurable host and port settings, and local chart paths can be loaded into the interface for development workflows.

Features

  • Helm Chart Management - Provides a web interface to view, deploy, and manage Kubernetes Helm releases.
  • Kubernetes Resource Inspectors - Shows the kind, name, status, and messages of resources deployed by a release in a dedicated tab.
  • Dashboard Launchers - Provides the primary command-line entry point to launch the web-based Helm management interface.
  • Helm Chart Deployment - Installs or upgrades Kubernetes applications using Helm charts through a web interface.
  • Release Browsers - Provides the primary view for listing and inspecting deployed Helm releases with health indicators.
  • Installed Chart Browsers - Offers a web interface to browse installed Helm charts with revision history and resource details.
  • Release Information Retrieval - Views release status, history, and configuration details to diagnose deployment issues.
  • Release Lifecycle Management - Rolls back, uninstalls, or upgrades existing Helm releases from a dashboard view.
  • Release Rollbacks and Upgrades - Performs rollback or upgrade of a Helm release with a manifest diff preview before applying.
  • Built-in WebUI Dashboards - Starts a web server and opens the default browser to the Helm Dashboard UI for managing releases.
  • Deployment Troubleshooting - Offers a dashboard to inspect and diagnose issues with Helm releases in a Kubernetes cluster.
  • Helm Chart Revision Diffs - Shows a manifest diff between past revisions so users can see exactly what changed before acting.
  • Client Cluster Contexts - Switches between multiple Kubernetes cluster contexts directly from the dashboard UI.
  • Chart Repositories - Adds, updates, removes, and filters Helm chart repositories to organize chart sources.
  • Local Chart Deployments - Deploys Helm charts from local directories without requiring a remote repository.
  • Helm Chart Vulnerability Scanners - Integrates with external scanners to detect issues in installed Helm releases.
  • Local Chart Loaders - Loads local Helm chart paths into the dashboard for deployment without a repository.
  • Release Test Execution - Executes Helm test scripts for deployed releases and displays results to verify application behavior.
  • Multi-Cluster Dashboard Managers - Changes the active cluster context from the dashboard to manage releases across multiple clusters.
  • Chart Version Switchers - Switches a deployed release to a different chart version with updated configuration confirmation.
  • Manifest Version Diffs - Shows a diff of Kubernetes manifests between revisions to highlight configuration changes before applying.
  • Vulnerability Scanning - Detects security scanners and offers scanning of Kubernetes resources and manifests before install or upgrade.
  • Values Version Diffs - Diffs chart values between deployments to identify configuration changes before applying updates.
  • Namespace Scoped Operations - Limits Helm operations to a single or comma-separated list of Kubernetes namespaces.
  • Continuous Delivery and GitOps - UI for visualizing and managing Helm releases.
  • Monitoring and Visualization - UI-driven interface for managing and viewing Helm charts.

Star history

Star history chart for komodorio/helm-dashboardStar history chart for komodorio/helm-dashboard

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does komodorio/helm-dashboard do?

Helm Dashboard is a web-based interface for managing and monitoring Helm releases in Kubernetes clusters. It provides a graphical alternative to the command line for viewing deployed releases, inspecting installed charts, and performing the full lifecycle of Helm operations including installation, upgrades, rollbacks, and uninstalls.

What are the main features of komodorio/helm-dashboard?

The main features of komodorio/helm-dashboard are: Helm Chart Management, Kubernetes Resource Inspectors, Dashboard Launchers, Helm Chart Deployment, Release Browsers, Installed Chart Browsers, Release Information Retrieval, Release Lifecycle Management.

What are some open-source alternatives to komodorio/helm-dashboard?

Open-source alternatives to komodorio/helm-dashboard include: fluxcd/flux2 — Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with… lensapp/lens — Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It… roboll/helmfile — Helmfile is a declarative deployer and release orchestrator for Kubernetes. It acts as a wrapper for Helm, enabling… jenkins-x/jx — jx is a GitOps delivery platform and Kubernetes CI/CD orchestrator designed to automate the building and deployment of… fluxcd/helm-controller — The project is a declarative GitOps controller and package manager designed to automate the deployment and lifecycle… helm/helm — Helm is a package manager for Kubernetes that simplifies the deployment and management of multi-component…

Open-source alternatives to Helm Dashboard

Similar open-source projects, ranked by how many features they share with Helm Dashboard.
  • fluxcd/flux2fluxcd avatar

    fluxcd/flux2

    7,888View on GitHub↗

    Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with configurations stored in Git, OCI, or Helm repositories. It functions as a set of controllers that monitor desired state in external sources and continuously reconcile the live cluster to match those definitions. The system distinguishes itself through a multi-cluster management plane that coordinates application delivery across fleets of remote clusters from a central hub. It provides a dedicated mechanism for automated image updates, which scans container registries for new

    Gocontinuous-deliverygitopsgitops-toolkit
    View on GitHub↗7,888
  • lensapp/lenslensapp avatar

    lensapp/lens

    23,180View on GitHub↗

    Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It provides a graphical interface for deploying Helm charts, editing YAML manifests, and managing the lifecycle of pods and deployments. The project features an AI-powered cluster assistant that enables users to query cluster state, perform autonomous troubleshooting, and translate natural language requests into system commands. It also supports collaborative team access through shared spaces, utilizing encrypted cluster sharing and role-based access control to manage credentials and

    cloud-nativecontainersdevops
    View on GitHub↗23,180
  • roboll/helmfileroboll avatar

    roboll/helmfile

    4,039View on GitHub↗

    Helmfile is a declarative deployer and release orchestrator for Kubernetes. It acts as a wrapper for Helm, enabling the management and installation of multiple charts across one or more clusters using a single declarative configuration file. The tool orchestrates the deployment of collections of charts and coordinates updates to ensure consistent cluster states. It also functions as a job runner, allowing the execution of one-shot tasks and database migrations as dedicated releases. The system handles multi-cluster application management and infrastructure orchestration through environment-s

    Gocharthelmkubernetes
    View on GitHub↗4,039
  • jenkins-x/jxjenkins-x avatar

    jenkins-x/jx

    4,691View on GitHub↗

    jx is a GitOps delivery platform and Kubernetes CI/CD orchestrator designed to automate the building and deployment of applications. It functions as a cloud native pipeline manager that executes container-based build and deployment sequences using a catalog of reusable tasks. The project distinguishes itself through the automated orchestration of preview environments, which are created and destroyed based on pull request activity to enable validation before merging. It employs a GitOps-based state synchronization model to maintain the desired state of clusters by polling git repositories and

    Goacceleratorcicdcontinuous-delivery
    View on GitHub↗4,691
  • See all 30 alternatives to Helm Dashboard→