We use analytics and cookies to understand site traffic. Information about your use of our site is shared with Google for that purpose.You can read our privacy policies and terms of use etc by clicking here.
Seldon Core
Seldon Core can be installed via a helm chart, kustomize or as part of kubeflow. For full use of Seldon Deploy features it should be installed with istio routing and request logging enabled.
SeldonDeployment custom resources are managed by the seldon core operator, typicall installed in the seldon-system namespace.
When a SeldonDeployment is deployed the operator creates the necessary Kubernetes pods. One of these pods will contain the seldon-container-engine, which reads the inference graph and orchestrates the HTTP calls to follow the sequence of the graph components.
Monitoring is via seldon-core-analytics, which is a grafana install that comes with OOTB dashboards.
Details on the request logging stack can be found in the Request Logging section.