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.6
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-07-05 1.4 kB
v0.6 source code.tar.gz 2020-07-05 71.1 kB
v0.6 source code.zip 2020-07-05 95.1 kB
Totals: 3 Items   167.6 kB 0

Summary of Changes

Kubevious Rule Editor Rule Script

Major Changes:

  • Rule editor. Define custom rules to continuously validate Kubernetes cluster and apps configurations.
  • Marker editor. Associate custom markers to configurations using smart filters.
  • Continuous diagram, properties alerts refresh upon changes.
  • Frontend rewritten using React.

Bug Fixes:

Deployment

Deploy using Helm:

:::sh
kubectl create namespace kubevious

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

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

kubectl port-forward $(kubectl get pod -l k8s-app=kubevious-ui -n kubevious -o jsonpath="{.items[0].metadata.name}") 3000:80 -n kubevious

Access from browser: http://localhost:3000

Source: README.md, updated 2020-07-05