通过 Helm 将开发 Jaeger All-In-One 安装到本地 Kubernetes 集群中
Install development Jaeger All-In-One into a local Kubernetes cluster via Helm
Jaeger 提供 an all-in-one configuration for a development setup of Jaeger that doesn't use tons of memory. The instructions 展示如何通过以下方式轻松安装:
kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-kubernetes/master/all-in-one/jaeger-all-in-one-template.yml
但是我使用 Helm 管理我的开发环境。是否有我可以使用的此设置的 Helm 图表?
Jaeger helm 图表现已可用here。
您需要先使用以下命令添加 helm 存储库:
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
这可以安装:
helm install jaegertracing/jaeger
Jaeger 提供 an all-in-one configuration for a development setup of Jaeger that doesn't use tons of memory. The instructions 展示如何通过以下方式轻松安装:
kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-kubernetes/master/all-in-one/jaeger-all-in-one-template.yml
但是我使用 Helm 管理我的开发环境。是否有我可以使用的此设置的 Helm 图表?
Jaeger helm 图表现已可用here。
您需要先使用以下命令添加 helm 存储库:
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
这可以安装:
helm install jaegertracing/jaeger