沈阳铁西做网站公司,合肥网站设,仿站小工具官网,wordpress星座1.背景#xff1a;随着线上容器越来越多#xff0c;需要一个可视化的方式展示各个容器之间的拓扑图。 2.需求#xff1a;轻量级#xff0c;部署方便。
3.部署
helm repo add groundcover https://helm.groundcover.com/
helm repo update
helm install caretta --namespa…1.背景随着线上容器越来越多需要一个可视化的方式展示各个容器之间的拓扑图。 2.需求轻量级部署方便。
3.部署
helm repo add groundcover https://helm.groundcover.com/
helm repo update
helm install caretta --namespace caretta --create-namespace groundcover/caretta4.接入自有的Grafana
kubectl get svc -n caretta
http://caretta-vm.caretta.svc.cluster.local:8428 把这个填写到grafana中5.效果图
6.卸载 helm uninstall caretta --namespace caretta groundcover/caretta kubectl delete ns caretta