Questions tagged [seldon]

34 questions
0
votes
1 answer

implement try/except on python with kubernetes python client with GKE

How do I implement a try and except on my python script, I am using the kubernetes python client to communicate with my GKE cluster. And I want to create a deployment if it doesn't exists. I am currently doing this (code below) but it doesn't seem…
wyn
  • 141
  • 1
  • 13
0
votes
1 answer

seldon-batch-processor CLI install

I've been exploring the batch processing of Seldon: https://docs.seldon.io/projects/seldon-core/en/latest/servers/batch.html, but I couldn't find documentation that shows how to install the CLI seldon-batch-processor. Can anyone show me how to…
snowneji
  • 1,086
  • 1
  • 11
  • 25
0
votes
1 answer

Seldon: How to enable authentication using GCP IAP or JWT?

I've installed Seldon on a K8s cluster with Istio enabled. I want to use Istio to secure the REST APIs using security protocols from GCP (such as IAP or JWT using a service account). What is the configuration needed to enforce both authentication…
Riley Hun
  • 2,541
  • 5
  • 31
  • 77
0
votes
0 answers

Istio 1.1.6 - PassthroughCluster - Not Reaching Endpoint

I am using Istio 1.1.6, Prometheus 2.18.1, in conjunction with Seldon 1.1.0 (for Machine Learning); when Prometheus is attempting to scrape the endpoints, we have the following settings for the Istio ConfigMap: outboundTrafficPolicy: mode:…
Eric Meadows
  • 887
  • 1
  • 11
  • 19
1 2
3