Test the Installation
Learn how to verify your Seldon Core installation by running tests and checking component functionality.
Deploy the Iris Model
kubectl apply -f - --namespace=seldon-mesh <<EOF
apiVersion: mlops.seldon.io/v1alpha1
kind: Model
metadata:
name: iris
spec:
storageUri: "gs://seldon-models/scv2/samples/mlserver_1.3.5/iris-sklearn"
requirements:
- sklearn
EOF
model.mlops.seldon.io/iris createdkubectl wait --for condition=ready --timeout=300s model --all -n seldon-meshDeploy a pipeline for the Iris Model
Perform an Inference test
Last updated
Was this helpful?

