Name | Modified | Size | Downloads / 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
- mysql is not booting: No space left on device [#50]
- Namespace and K8 Labels as filter [#40]
- Define log level on deployment [#41]
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.