kubeflow / example-seldon

Example for end-to-end machine learning on Kubernetes using Kubeflow and Seldon Core
Apache License 2.0
171 stars 58 forks source link

Not using GCloud to setup Seldon #31

Open hancelpv opened 5 years ago

hancelpv commented 5 years ago

Hello, Can seldon-core be setup without using GCloud ? I mean, can I have the NFS set on the VM itself ? Please share your inputs. Thanks in advance.

ukclivecox commented 5 years ago

Seldon is neutral to the kubernetes setup so yes you can use on-prem installations with on-prem NFS etc. Seldon itself doesn't require NFS. In this example that is there for storing model weights from training which in this case the inference code loads.

Hope that helps.