Kubeview 是 Kubernetes 的資源可視化工具,主要功能為通過直觀的 UI 和各資源相互連接的狀態。而 Kubeview 可以展現 Kubernetes 叢集或 namespace 中正在發生的事情。而它能夠及時從 Kubernetes 中取得資料,並且可以用不同的顏色來表示不同資源的狀態,同時它也能夠映射出 API 介接以及它們是如何相互連接的。每當 Kubernetes 中有資源發生變化,Kubeview 就會自動更新,UI 就會跟著刷新顯示的資訊。而它顯示的資源類別包含:
Deployments
DaemonSets
Pods
Services
Ingresses
LoadBalancer IPs
PersistentVolumeClaims
Secrets
ConfigMaps
以下就介紹安裝的方法
https://helm.sh/docs/intro/install/
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
https://github.com/benc-uk/kubeview
git clone https://github.com/benc-uk/kubeview.git
cd kubeview/charts/
helm install kubeview ./kubeview