Istio AB Test
Setup Seldon Core
!kubectl create namespace seldonnamespace/seldon created!kubectl config set-context $(kubectl config current-context) --namespace=seldonContext "kind-kind" modified.from IPython.core.magic import register_line_cell_magic
@register_line_cell_magic
def writetemplate(line, cell):
with open(line, "w") as f:
f.write(cell.format(**globals()))ISTIO_GATEWAY = "localhost:8004"
VERSION = !cat ../../../version.txt
VERSION = VERSION[0]
VERSIONLaunch main model
Get predictions
REST Request
Launch Canary
Last updated
Was this helpful?