Skip to content

Commit

Permalink
support traffic settings for shadow deployment with istio (#3780)
Browse files Browse the repository at this point in the history
Co-authored-by: xzhou4 <xzhou4@paypal.com>
  • Loading branch information
ChowXu and xzhou4 authored Mar 17, 2022
1 parent c515a00 commit 50145a4
Show file tree
Hide file tree
Showing 6 changed files with 532 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/istio/shadow/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
model.yaml
shadow.yaml
3 changes: 3 additions & 0 deletions examples/istio/shadow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Shadow Rollout with Seldon and Istio

Follow the [notebook](istio_shadow.ipynb) to show how you can deploy Shadow Seldon Deployment with Seldon and Istio. These are useful when you want to test a new model or higher latency inference piepline (e.g., with explanation components) with production traffic but without affecting the live deployment.
Loading

0 comments on commit 50145a4

Please sign in to comment.