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.0.4
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-05 931 Bytes
v2.0.4 source code.tar.gz 2025-07-05 1.0 MB
v2.0.4 source code.zip 2025-07-05 1.2 MB
Totals: 3 Items   2.2 MB 1
  • [NEW] Add support for showing Horizontal Pod Autoscalers (HPA) in Kubeview. Metrics are displayed in a user-friendly format and linkage between the HPA and its target resource is shown.
  • [NEW] Option to disable pod logs in both API and UI

Install

docker pull ghcr.io/benc-uk/kubeview:2.0.4

Quick run:

docker run --rm -it --volume "$HOME/.kube:/root/.kube" \
 -p 8000:8000 ghcr.io/benc-uk/kubeview:2.0.4

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

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

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