github kubevious/kubevious v0.6

latest releases: v1.2, v1.1, v1.0...
3 years ago

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:

  • Fixed issue related to preparing sql statements after connection restart. #12, #25
  • Fixed issue related to DB initialization. #16
  • Fixed issue with timeline contents getting disappeared after window reopen. #17
  • Fixed UI crash on startup. kubevious/helm#7

Deployment

Deploy using Helm:

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

Don't miss a new kubevious release

NewReleases is sending notifications on new releases.