1. Install Helm
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
2. Install kubeview
helm repo add cowboysysop https://cowboysysop.github.io/charts/
helm install my-release cowboysysop/kubeview
browse: http://127.0.0.1:8000
with params:
helm install my-release cowboysysop/kubeview --set service.type=LoadBalancer --create-namespace -n kubeview