2.2.0 Update
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: