Submarine Serve

Submarine serve uses istio 1.6.8 and seldon-core 1.10.0 for serving.

Install

  • Install submarine first
cd submarine
helm install submarine ./helm-charts/submarine
  • Install submarine serve package istio and seldon-core
./submarine-serve/installation/install.sh

Uninstall Submarine Serve Package

kubectl delete ns istio-system
kubectl delete ns seldon-system