Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-10-11 | 1.2 kB | |
v1.1 source code.tar.gz | 2022-10-11 | 136.7 kB | |
v1.1 source code.zip | 2022-10-11 | 142.0 kB | |
Totals: 3 Items | 279.9 kB | 0 |
Summary of Changes
Features
- Kubevious Guard. Kubernetes best-practices enforcement. Learn More.
- Native support for Traefik Proxy in the Gateway view. Learn More.
- Detection of configuration errors with Traefik Proxy. Learn More.
Issue Fixes
- Performance improvements to support larger K8s clusters.
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.1.2 -n kubevious
kubectl port-forward service/kubevious-ui-clusterip 8080:80 -n kubevious
Access from browser: http://localhost:8080
For more details on installation options visit Deployment Repository.