teleskopio - is an open-source small and beautiful Web Kubernetes client.

Features
- Multiple configs support - switch between clusters effortlessly. teleskopio reads
$KUBECONFIGvariable and checkconfig.yamlfile. - Simple JWT token authorization.
- Admin and Viewer role - Full access (admin) or Read Only access (viewer) to cluster.
- Cluster overview - get a high-level view of cluster health and activity.
- Resource editor/creator - integrated Monaco Editor with syntax highlighting.
- Live updates - real-time resource changes with Kubernetes watchers.
Podlogs and events - inspect logs and event history directly in the UI.- Owner links - navigate from a resource to its owner.
CRD- custom resource definition editor.- Multiple font options - customize the UI appearance.
- Manual
CronJobtriggering - Scale resources (
Deployments,ReplicaSets) - Filter
CTRL + Fany resource. - Jump to section
CTRL + Jany menu. - Objects multi-select operations (delete, drain, cordon, e.t.c.)
- Kubernetes resource schemas per API version.
- Light and dark themes.
Planned Features
- Helm integration. issue
- MCP server. issue
- Resource metrics - CPU, memory, and other usage statistics.
Stack
- Golang - Kubernetes golang client.
- React - responsive and modern frontend.
- shadcn/ui + Tailwind CSS - clean and flexible UI components.
- lucide.dev - Beautiful & consistent icons.
- Monaco Editor - powerful code editor with syntax highlighting.
- Dynamic resources - auto-loading resources for flexible navigation.
- Kubernetes watchers - instant updates from the cluster.