Skip to content

2.2.0 Update

Compare
Choose a tag to compare
@eedorenko eedorenko released this 16 Dec 18:08
· 105 commits to master since this release
6c2f03f

Features:

  • Multi-stage pipeline and scoring observability #122 @algattik
    • Replaces separate build + release pipelines with a single multi-stage pipeline with stages for Build, Train, ACI, AKS and Webapp deployment.
    • ACI, AKS and Webapp deployment are optionally enabled (through Variables).
    • Added example of custom traces (logging) and correlating traces with requests with Kusto queries.
    • Added example of distributed tracing (client passes a trace header, logged by the scoring service).
  • Canary deployment sample #125 @eedorenko
    • Deploys two scoring images to a K8s cluster with Istio service mesh
    • Routes the traffic to the old/new models according to Canary weights
    • Routes the traffic to the old/new models analyzing the request header (A/B testing)

Fixes: