Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsApr 15, 2026·3 min de lectura

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.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Headlamp — Extensible K8s Dashboard
Comando de instalación directa
npx -y tokrepo@latest install b410700d-3900-11f1-9bc6-00163e2b0d79 --target codex

Ejecutar después de confirmar el plan con 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.

Preguntas frecuentes

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.

Referencias (3)

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados