tree: 164c24055d4084df11f3620f1ad28769422af18c [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