Shadow

With a shadow traffic is duplicated so that it goes to both a main model and also a shadow model. The shadow is typically a newer version being tried out. The responses to requests that reach the end user are only from the main model, not the shadow. But the shadow requests can be logged and the shadow can be monitored. Within Seldon Deploy there are features to:

1) A wizard to add a shadow:

shadowwizard

2) Visualizing metrics for both default and shadow models:

shadowmonitoring

3) Promotion of the Shadow to be the main model.

promoteshadow

4) GitOps integration for the whole process, so that all changes can be audited (see GitOps under Architecture)

5) Request logs include any request to the shadow, with the responses.


Last modified January 7, 2020: shadow docs (897966a)