四海网络网站建设咨询,注册网站的公司名字,国家企业信用信息公示系统官网河北,做网站总结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