Cette page est affichée en anglais. Une traduction française est en cours.
SkillsApr 15, 2026·3 min de lecture

Headlamp — Extensible Open-Source Kubernetes Web UI

CNCF Sandbox Kubernetes dashboard — desktop app or self-hosted web UI with a plugin API, multi-cluster support, and OIDC.

Prêt pour agents

Installation agent prête

Cet actif peut être installé après choix du runtime, vérification du plan et exécution de la commande adaptée.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Headlamp — Extensible K8s Dashboard
Commande d'installation directe
npx -y tokrepo@latest install b410700d-3900-11f1-9bc6-00163e2b0d79 --target codex

À exécuter après confirmation du plan en dry-run.

TL;DR
Headlamp is a CNCF Sandbox Kubernetes dashboard with plugins, multi-cluster, and OIDC support.
§01

What it is

Headlamp is an extensible open-source Kubernetes dashboard that runs as a desktop app or self-hosted web UI. It is a CNCF Sandbox project that provides a clean interface for managing Kubernetes clusters with a plugin API for custom extensions.

The tool targets DevOps engineers, platform teams, and developers who want a lightweight, customizable alternative to the default Kubernetes Dashboard. It supports multi-cluster management and OIDC authentication out of the box.

§02

How it saves time or tokens

Headlamp replaces kubectl commands with a visual interface for common operations: viewing pods, deployments, services, and logs. The plugin API lets teams add custom views for their specific workflows without forking the project. Multi-cluster support eliminates switching kubectl contexts manually.

§03

How to use

  1. Install the desktop app from the Headlamp releases page, or deploy to your cluster with Helm: helm install headlamp headlamp/headlamp.
  2. Connect to your cluster using your existing kubeconfig.
  3. Browse resources, view logs, and manage workloads through the web UI.
§04

Example

# Install via Helm
helm repo add headlamp https://headlamp-k8s.github.io/headlamp/
helm install headlamp headlamp/headlamp -n headlamp --create-namespace

# Access the dashboard
kubectl port-forward -n headlamp svc/headlamp 4466:80
# Open http://localhost:4466

# Or install the desktop app
brew install --cask headlamp  # macOS
§05

Related on TokRepo

§06

Common pitfalls

  • Headlamp requires RBAC permissions matching your kubeconfig. If you see empty resource lists, check your ClusterRole bindings.
  • The plugin API uses React components. Building custom plugins requires frontend development knowledge.
  • For production self-hosted deployments, always configure OIDC or token-based authentication. The default setup may expose cluster access without proper auth.

Questions fréquentes

How does Headlamp compare to the default Kubernetes Dashboard?+

Headlamp offers a plugin API for custom extensions, multi-cluster support, and OIDC authentication. The default Kubernetes Dashboard is simpler but less extensible. Headlamp is also a CNCF Sandbox project with active community development.

Does Headlamp support multi-cluster management?+

Yes. Headlamp can connect to multiple Kubernetes clusters simultaneously. You switch between clusters in the UI without changing kubectl contexts or kubeconfig files.

Can I extend Headlamp with custom plugins?+

Yes. Headlamp provides a plugin API based on React components. You can add custom views, sidebar items, and resource displays. Plugins are loaded at runtime without rebuilding the main application.

Is Headlamp free to use?+

Yes. Headlamp is open source under the Apache 2.0 license. It is a CNCF Sandbox project with no commercial restrictions.

Does Headlamp work with managed Kubernetes services?+

Yes. Headlamp works with any Kubernetes cluster including EKS, GKE, AKS, and self-managed clusters. It connects using standard kubeconfig credentials.

Sources citées (3)

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires