Name | Modified | Size | Downloads / 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
- Add DISABLE_POD_LOGS environment variable to control pod log access by @benc-uk in https://github.com/benc-uk/kubeview/pull/130
- Add support for HPA resource by @benc-uk in https://github.com/benc-uk/kubeview/pull/133
Full Changelog: https://github.com/benc-uk/kubeview/compare/2.0.3...2.0.4