Learning Environment
Installing Seldon Enterprise Platform in a learning environment.
Prerequisites
Creating Namespaces
kubectl create ns seldon-system || echo "Namespace seldon-system already exists"kubectl create ns kafka || echo "Namespace kafka already exists"kubectl create ns seldon-logs || echo "Namespace seldon-logs already exists"kubectl create ns seldon || echo "Namespace seldon already exists"kubectl label ns seldon seldon.restricted=false --overwrite=true
Installing Seldon Core 2
Installating Seldon Enterprise Platform on a Kubernetes cluster

Seldon Enterprise Platform
Next
Additional Resources
Last updated
Was this helpful?