8000 Release v0.4 · kubevious/kubevious · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.4

Compare
Choose a tag to compare
@kubevious kubevious released this 05 Apr 04:35

Summary of Changes

Major Changes:

  • Redesigned history database. Deduplicating configuration using hashes.
  • Split kubevious backend into collector and parse components.
  • Added ServiceAccount support
  • Implemented Helm charts and repository

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.4.24 -n kubevious

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

Access from browser: http://localhost:3000

0