tree: bf647bb341548b1c7f28a40456175d7908f06d15 [path history] [tgz]
  1. installation/
  2. src/
  3. pom.xml
  4. README.md
submarine-serve/README.md

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