Download Latest Version v1.1 source code.zip (142.0 kB)
Email in envelope

Get an email when there's a new version of Kubevious CLI

Home / v0.7
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-11-16 2.0 kB
v0.7 source code.tar.gz 2020-11-16 15.1 kB
v0.7 source code.zip 2020-11-16 18.3 kB
Totals: 3 Items   35.5 kB 0

Summary of Changes

Kubevious v0.7 Screen

Features

  • Alerts tool window include alerts from the entire hierarchy
  • Alerts tool window allow grouping by the object as well as by alert
  • Config popup allows YAML edit, sanitization, and export
  • TimeMachine UI allows better zooming and focusing. Now area charts are separate for errors and warnings. Time series resampling eliminates most of the jitter in the timeline.

Changes

  • Redesigned Helm charts
  • Redesigned DB Schema

Issue Fixes

Deployment

Deploy using Helm v3.2+ :

:::sh
kubectl create namespace kubevious

helm repo add kubevious https://helm.kubevious.io

helm upgrade --atomic -i kubevious kubevious/kubevious --version 0.7.26 -n kubevious

kubectl port-forward $(kubectl get pods -n kubevious -l "app.kubernetes.io/component=kubevious-ui" -o jsonpath="{.items[0].metadata.name}") 8080:80 -n kubevious

Access from browser: http://localhost:8080

For more details on installation options visit Deployment Repository.

Source: README.md, updated 2020-11-16