A tool that aggregates network traces for the cluster
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
- jaeger · helm/jaegertracing (https://artifacthub.io/packages/helm/jaegertracing/jaeger)
Once Helm is set up properly, add the repo as follows:
$ helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
$ helm repo updateTo install the chart with the release name jaeger:
$ helm install jaeger --version <version> jaegertracing/jaeger -f chart/values.yamlTo uninstall/delete the jaeger deployment:
$ helm delete jaegerThe command removes all the Kubernetes components associated with the chart and deletes the release.