Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Kubelens: If kubectl works, you're ready. A browser UI for your cluster

Kubelens is a browser-based UI tool for Kubernetes clusters that requires no additional setup beyond having kubectl configured. It allows users to view and manage cluster resources through a graphical interface.

Background

- **Kubelens** is an open-source web UI for Kubernetes clusters, positioned as simpler and lighter than full dashboard tools like Kubernetes Dashboard or Lens IDE. - It runs as a local proxy (no cluster installation needed) and uses the user's existing `kubectl` credentials — meaning if you can already run `kubectl get pods`, you can use Kubelens immediately. - **Why it matters**: Many Kubernetes users find existing UIs heavy, complex, or tied to specific cloud providers. Kubelens offers a minimal, self-contained alternative that works out of the box. - The project is by **Jialin Huang**, an independent developer; its main value is in reducing friction for devs who need quick cluster visibility without setup overhead.

Related stories