/zipkin

Deploying Zipkin in Openshift

Primary LanguageShellApache License 2.0Apache-2.0

Zipkin For OpenShift

This is just a simple template to deploy a simple Zipkin (no storage, no production ready) server for testing purposes.

To deploy the server:

oc create -f zipkin/zipkin.yml # Creates the deployment

# Send traffic to your Zipkin server.
oc expose dc/zipkin
oc expose svc/zipkin

Lookup the URL:

oc get route

zipkin zipkin-apps.youropenshift.com zipkin-deployment   9411

Navigate with your browser and you should be able to get the welcome screen:

You can visit my instance (if still running) and if you want a sample project to try use this one.