KubeAtlas-org

See your whole Kubernetes cluster at a glance. Lightweight, web-based, real-time, single Go binary visualizer.

11
0
89% credibility
Found May 21, 2026 at 11 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
JavaScript
AI Summary

KubeAtlas is a browser-based dashboard for Kubernetes that gives you real-time visibility into your cluster. It shows all your resources (pods, services, deployments, and more) in live-updating tables and a visual topology graph. You can stream logs, open interactive terminals in pods, scale deployments, restart services, and edit YAML β€” all from a clean web interface that runs locally on your machine. The tool connects directly to your existing Kubernetes configuration and streams updates instantly as your cluster changes.

How It Works

1
πŸ” You discover KubeAtlas

You hear about a tool that gives you a beautiful real-time view of your Kubernetes cluster right in your browser.

2
πŸš€ You start it locally

With one simple command, KubeAtlas launches on your computer and automatically connects to your Kubernetes cluster using your existing configuration.

3
πŸ“Š You see everything live

A sleek dashboard shows all your pods, services, deployments and more β€” updating the moment anything changes in your cluster.

4
You explore your cluster
πŸ“‹
Table view

Browse resources in a spreadsheet-like view with columns for status, age, and more.

πŸ—ΊοΈ
Graph view

See a colorful map where shapes represent different resource types and lines show their relationships.

5
πŸ”§ You diagnose and fix issues

When something goes wrong, you stream live logs, check events, or even open a terminal directly in a pod β€” all from the browser.

6
⚑ You take action

Need more replicas? Restart a deployment? Edit some YAML? You do it all with a few clicks or keyboard shortcuts.

✨ You have full visibility

Everything is at your fingertips β€” watching, debugging, and managing your cluster without ever leaving your browser.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 11 to 11 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is kubeatlas?

KubeAtlas is a lightweight, browser-based Kubernetes visualizer that lets you see your entire cluster at a glance. The Go backend watches your cluster with client-go informers and pushes live updates to a vanilla JavaScript frontend over Server-Sent Events. You get k9s-style resource tables alongside a force-directed topology graph showing pod relationships, all in a single binary that runs locally on your machine.

Why is it gaining traction?

The killer feature is the real-time graph view combined with live resource tables -- you see topology and state updates simultaneously without switching tools. The vim-style command palette, namespace events dialog, and per-resource detail panes make cluster exploration feel fast. It runs as a single Go binary on loopback, so there is zero deployment complexity for local development. The WebSocket exec client and log streaming with follow mode cover the most common debugging workflows without leaving the browser.

Who should use this?

Devs working with Kubernetes locally who want a visual alternative to kubectl describe. Platform engineers debugging pod relationships or scaling state will appreciate the graph view. The YAML viewer and in-browser apply are useful for quick config changes. It is not ready for production clusters or teams needing multi-user auth, but as a local development companion it fills a gap between raw kubectl and heavier dashboarding tools.

Verdict

KubeAtlas shows strong design thinking -- the SSE real-time updates and topology graph are genuinely useful. At 11 stars with a demo-day snapshot label, it is early but functional. The local-only security model and lack of authentication are intentional tradeoffs for local use, making it a solid choice if you need quick visual cluster inspection during development. The 0.8999999761581421% credibility score reflects an early-stage project that has not yet built community traction -- reasonable for local tooling but worth watching.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.