SkillAgentSearch skills...

Kubegraph

Realtime Web Based Kubernetes Visualizer with WebAssembly and Controller Runtime

Install / Use

/learn @iwanhae/Kubegraph
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

kubegraph

Visualizing Kubernetes resources as a graph. It uses controller-runtime to get Kubernetes resources in realtime from your web browser and d3-force to render graph.

Video Label

Not neccessary, but for ease of use (there's a bunch of problems related to authentication and CORS to make request to your kube-apiserver in web browser), this project relies on kubectl proxy command.

How to use

curl -L https://github.com/iwanhae/kubegraph/releases/download/v0.0.1/kubegraph.tar -o kubegraph.tar
tar -xvf kubegraph.tar
kubectl proxy -w ./static

# open
# http://localhost:8001/static
# in your web browser

Related Skills

View on GitHub
GitHub Stars34
CategoryDevelopment
Updated6mo ago
Forks1

Languages

JavaScript

Security Score

67/100

Audited on Oct 6, 2025

No findings