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

v1.0

Compare
Choose a tag to compare
@kubevious kubevious released this 08 May 23:29

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+ :

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

0