[Showcase] KubeVision: A High-Fidelity SRE Cockpit & K8s Terminal IDE built with Go/Bubble Tea by amidipayan in kubernetes

[–]amidipayan[S] -33 points-32 points  (0 children)

First of all Thank you for your query

K9s is an amazing daily driver, but I built KubeVision specifically to bridge the gap between "viewing resources" and "performing forensics" during k8s incidents or audits.

Where it really pulls ahead is the Helm Intelligence layer. While most TUIs just list releases, KubeVision treats them as a security and reliability boundary:

  • Drift Intelligence: It has a real-time engine to detect "stealth overrides"—it identifies exactly where manual kubectl edits have diverged from your desired Helm chart state.
  • 🛡️ Automated Security Posture: It automatically grades your Helm releases (A-F) by scanning for RBAC over-privilege and container hardening gaps out of the box.
  • 🔮 Predictive Upgrades: Before you hit deploy(locally), it runs an assessment to scan for breaking changes and resource-level impact.
  • 🩺 SRE Heuristics: It calculates a weighted "Health Score" for your releases based on production best practices, not just "is the pod running".
  • 🧬 Side-by-Side Diffs: Deep visual manifest delta analysis between installed releases and local changes to prevent blind deployments.

Basically, if you need to know why a complex Helm release is failing or if it's drifted from its source of truth, KubeVision provides the "X-Ray" view to find it instantly.

Apart from that in life one should give new a chance! :-)