Name | Modified | Size | Downloads / 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
- Fix [#140], use first exact match (#141) by @benc-uk in https://github.com/benc-uk/kubeview/pull/143
- Add edge to ingress default backend service by @Ghostbird in https://github.com/benc-uk/kubeview/pull/142
Full Changelog: https://github.com/benc-uk/kubeview/compare/2.1.0...2.1.1