github benc-uk/kubeview 2.1.0
v2.1.0

latest release: 2.1.1
one month ago
  • [NEW] Switched to new graph rendering engine, using G6. Much improved visual layout & clarity.
  • [NEW] Options for pausing and resuming graph updates
  • [NEW] Option for layout spacing

Install

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

Quick run:

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

Helm install:

helm repo add kubeview https://code.benco.io/kubeview/deploy/helm
helm repo update
helm install kubeview kubeview/kubeview

What's Changed

  • FIX: Add permissions for Horizontal Pod Autoscalers in service account by @chenliTW in #135
  • Refactor Graph Visualization to use G6 Library by @benc-uk in #139

New Contributors

Full Changelog: 2.0.4...2.1.0

Don't miss a new kubeview release

NewReleases is sending notifications on new releases.