seldon-core
seldon-core copied to clipboard
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
In helm valeus we can now set `containerSecurityContext` for the `manager` container. We should also provide option to set the default `containerSecurityContext` for all models and `executor` containers .
## Describe the bug I want to point a follow up on https://github.com/SeldonIO/seldon-core/issues/4092 which could be a potential bug. It seems that the intermediate models metadata endpoints are not accessible...
Hello! [Cifar10 Drift Detection Document](https://docs.seldon.io/projects/seldon-core/en/latest/examples/drift_cifar10.html) specifies that only Knative-Eventing is required for deploying the drift model. However, a service that follows the apiVersion serving.knative.dev/v1 is used. In this way, Knative-Serving...
Inferencing Layer running on seldon core microservices is hanging after certain number of requests.
The Container which is deployed in seldon core microservices is hanging after certain number of requests, because we found that there are so many seldon core microservice process are spawned...
FYI this is my first time ever raising an issue on github for any repo so sorry if it is missing information! ## Describe the bug I have created a...
We are trying to deploy Seldon Core Operator with Helm and we want to use images from a private registry. However, we can't pass the secret name of our registry...
When someone is using Kafka over SSL for logging messages to Kafka or consuming messages from Kafka to run predictions, we need to add the different certificates needed. While the...
Hello, For monitoring the **ml models in production** (deployed via seldon core) I came across the following link which talks about integration with Prometheus: https://docs.seldon.io/projects/seldon-core/en/latest/analytics/analytics.html As far as I understood...
## Describe the bug Annotations of predictor Deployment is copied from PredictorSpec Annotations https://github.com/SeldonIO/seldon-core/blob/d90766da8bfc418c0c339a145cb100e7d8376c58/operator/controllers/seldondeployment_controller.go#L910 But when there is a change on PredictorSpec Annotations, Deployment annotations don't get updated. ## To...
We recently upgraded to Seldon-core 1.12.0 and we observe that the model serving pod has this error logged repeatedly: ``` 2022-03-08 05:11:35,696 - seldon_core.gunicorn_utils:load:103 - INFO: Tracing not active 2022-03-08...