v1.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
- kubevious UI is not loading
- no-resource-limits-pods rule uses limit instead of limits
- Narrow time-machine to one resource
- Does not work on Talos
- Error: release kubevious failed, and has been uninstalled due to atomic being set: timed out waiting for the condition
- rule no-resource-limits-pods has typo
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.