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 / v1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-05-06 2.5 kB
v1.0 source code.tar.gz 2022-05-06 133.3 kB
v1.0 source code.zip 2022-05-06 137.1 kB
Totals: 3 Items   272.9 kB 0

Summary of Changes

Features

  • Cluster Browser Redesign. Learn more.
  • Image View. Browse applications from image repository point of view. Learn more.
  • Gateway View. Browse Ingresses and Services. Learn more.
  • RBAC View. Browse Users and Groups. Learn more.
  • Package View. Browse Helm Charts. Learn more.
  • CRD Support.
  • Application Health Monitoring. Learn more.
  • Object change history. Learn more.

Changes

  • Redesigned Time Machine. Now Time Machine is as quick as current state browser.

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 1.0.2 -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.

Screenshots

Kubevious Summary

Source: README.md, updated 2022-05-06