github benc-uk/kubeview 2.0.4
v2.0.4

latest releases: 2.1.1, 2.1.0
2 months ago
  • [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:

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 #130
  • Add support for HPA resource by @benc-uk in #133

Full Changelog: 2.0.3...2.0.4

Don't miss a new kubeview release

NewReleases is sending notifications on new releases.