Real Time Monitoring of Statistical Metrics
helm delete seldon-core-loadtesting
helm delete seldon-single-modelkubectl port-forward $(kubectl get pods -n seldon -l app.kubernetes.io/name=ambassador -o jsonpath='{.items[0].metadata.name}') -n seldon 8003:8080kubectl port-forward -n istio-system svc/istio-ingressgateway 8003:80!kubectl create namespace seldon || echo "namespace already created"Error from server (AlreadyExists): namespaces "seldon" already exists
namespace already created!mkdir -p configfrom 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()))Create a simple model
Send test request
Metrics Server
Send feedback
Check that metrics are recorded
Cleanup
Last updated
Was this helpful?