July 2019
Intermediate to advanced
502 pages
14h
English
The best way to install Jaeger is using the Jaeger-operator, so let's install the operator first:
$ kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/crds/jaegertracing_v1_jaeger_crd.yamlcustomresourcedefinition.apiextensions.k8s.io/jaegers.jaegertracing.io created$ kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/service_account.yamlserviceaccount/jaeger-operator created$ kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/role.yamlclusterrole.rbac.authorization.k8s.io/jaeger-operator created$ kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/role_binding.yaml ...