eshop-micro-demo / checkout

0 stars 0 forks source link

Expose zipkin service on internet #1

Open dharapvj opened 3 years ago

dharapvj commented 3 years ago

Currently, Zipkin is not accessible on internet via k8s manifest.

Also need to make sure that it is showing POST call.

dharapvj commented 3 years ago

Can consider using this helm chart to install zipkin in infra repo. But might need to customize the collector as it defaults to cassandra. We are probably over complicating it for demo ..

dharapvj commented 3 years ago

Zipkin is accessible over interview via this infra repo commit

Keeping issue open since I want to observe whether it catches POST calls or not.