Download Latest Version v2.1.1 source code.tar.gz (1.9 MB)
Email in envelope

Get an email when there's a new version of KubeView

Home / 2.1.0
Name Modified Size InfoDownloads / 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

New Contributors

Full Changelog: https://github.com/benc-uk/kubeview/compare/2.0.4...2.1.0

Source: README.md, updated 2025-07-10