Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.56 KB

zipkin.adoc

File metadata and controls

42 lines (30 loc) · 1.56 KB

Deploy Kubernetes Zipkin

Kubernetes Zipkin provides all the required resources to start the required Zipkin components in Kubernetes to trace your microservices.

Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures.

zipkin

Deploy using oc CLI

Execute:

$ oc create -f https://raw.githubusercontent.com/redhat-helloworld-msa/zipkin/master/zipkin-starter-minimal-0.1.9-openshift.yml

Enable the ZipKin Dashboard in the Frontend

Execute:

$ oc env dc/frontend ENABLE_ZIPKIN=true