getsentry / opentelemetry-demo

OpenTelemetry Community Demo Application
Apache License 2.0
9 stars 0 forks source link

Kubernetes Deploy: Build Container Images in Parallel #75

Closed tonyo closed 1 year ago

tonyo commented 1 year ago

We have more and more services in the demo that are instrumented with Sentry, and since we build all images in Argo sequentially, the build/deploy times also jumped up. We should build the service images in parallel, which will cut down deploy times, and also will help with localizing the failed service faster.

tonyo commented 1 year ago

This is done.