Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-10 | 984 Bytes | |
v2.1.0 source code.tar.gz | 2025-07-10 | 1.9 MB | |
v2.1.0 source code.zip | 2025-07-10 | 2.0 MB | |
Totals: 3 Items | 4.0 MB | 0 |
- [NEW] Switched to new graph rendering engine, using G6. Much improved visual layout & clarity.
- [NEW] Options for pausing and resuming graph updates
- [NEW] Option for layout spacing
Install
docker pull ghcr.io/benc-uk/kubeview:2.1.0
Quick run:
docker run --rm -it --volume "$HOME/.kube:/root/.kube" \
-p 8000:8000 ghcr.io/benc-uk/kubeview:2.1.0
Helm install:
:::bash
helm repo add kubeview https://code.benco.io/kubeview/deploy/helm
helm repo update
helm install kubeview kubeview/kubeview
What's Changed
- FIX: Add permissions for Horizontal Pod Autoscalers in service account by @chenliTW in https://github.com/benc-uk/kubeview/pull/135
- Refactor Graph Visualization to use G6 Library by @benc-uk in https://github.com/benc-uk/kubeview/pull/139
New Contributors
- @chenliTW made their first contribution in https://github.com/benc-uk/kubeview/pull/135
Full Changelog: https://github.com/benc-uk/kubeview/compare/2.0.4...2.1.0