【APM】在Kubernetes中,使用Helm安装loki-distributed 3.1.1
文章目录
-
-
- 1、添加repo源
- 2、获取最新repo数据
- 3、拉取repo安装包
- 4、解压包
- 5、创建新的配置文件
- 6、安装
-
参考文档:https://grafana.com/docs/loki/v3.1.x/setup/install/helm/install-microservices/
1、添加repo源
helm repo add grafana https://grafana.github.io/helm-charts
2、获取最新repo数据
helm repo update
3、拉取repo安装包
helm pull loki/loki --version=6.12.0