1 Star 0 Fork 0

xiaoleeza/otel-springboot-grafana-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run.sh 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
Staz 提交于 2022-06-09 23:09 . adding readme
#bin/bash
curl -sfL https://get.k3s.io | sh -
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
snap install helm --classic
kubectl config view --raw > ~/.kube/config
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
kubectl create ns observability
cd kubernetes/promtail
helm upgrade --install promtail grafana/promtail -n observability -f promtail.yaml
helm upgrade --install loki grafana/loki-distributed -n observability
cd ../tempo
kubectl apply -f minio.yaml
helm upgrade --install tempo grafana/tempo-distributed -n observability -f tempo.yaml
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
cd ../prometheus-grafana
helm dependency update
helm upgrade --install kube-prometheus-stack -n observability .
cd ../springboot-app
kubectl apply -f springboot-app.yaml
kubectl get svc -l app=springboot-app
kubectl get svc -n observability kube-prometheus-stack-grafana
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoleeza/otel-springboot-grafana-tools.git
[email protected]:xiaoleeza/otel-springboot-grafana-tools.git
xiaoleeza
otel-springboot-grafana-tools
otel-springboot-grafana-tools
master

搜索帮助