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.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-14 894 Bytes
v2.1.1 source code.tar.gz 2025-07-14 1.9 MB
v2.1.1 source code.zip 2025-07-14 2.0 MB
Totals: 3 Items   4.0 MB 6
  • [FIX] Service to Pod linking and resource searching logic. Thanks @Ghostbird [#141] [#143]
  • [FIX] Handle default backend on Ingress linking. Thanks @Ghostbird [#142]
  • [FIX] Event sorting and display order bugs

Install

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

Quick run:

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

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.1.0...2.1.1

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