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 / v0.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-12-31 1.9 kB
v0.8 source code.tar.gz 2020-12-31 15.2 kB
v0.8 source code.zip 2020-12-31 18.4 kB
Totals: 3 Items   35.5 kB 0

Summary of Changes

Features

  • Summary view. Includes cluster size, capacity metrics, top 3 namespaces with most issues, and top 3 most common issues in the cluster.
  • Advanced Search. Includes filters by kind, labels, annotations, errors, warnings, and markers.
  • Network policy support.
  • Persistent volumes support.

Changes

  • Completed backend typescript conversion.

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

Walkthrough

Kubevious v0.8 Walkthrough

Screenshots

Kubevious Summary

Advanced Search

Network Policies

Persistent Volumes

Source: README.md, updated 2020-12-31