Questions tagged [nuclio]

Nuclio is an open source serverless platform for the deployment process automatization (with support for CPU/GPU, low-power devices, on-prem and cloud). Use this tag for questions specific to problems with Nuclio. Do not use this tag for common issues with other platforms which used the Nuclio such as MLRun, etc.

Nuclio is an open-source serverless platform for the automation of the deployment process (with support for CPU/GPU, low-power devices, on-prem and cloud)

The solution also supports k8s, multi-tenancy, monitoring/logging, auto-scaling, scale to zero, LDAP relation, etc. and integration to Kafka, RabbitMQ, Kinesis, Event Hub, etc.

More information

37 questions
0
votes
1 answer

How can I develop locally when using Iguazio platform?

I want to be able to test my jobs and code on my local machine before executing on a remote cluster. Ideally this will not require a lot of setup on my end. Is this possible?
Nick Schenone
  • 209
  • 1
  • 7
0
votes
1 answer

What are the different runtimes in MLRun?

I'm trying to get a feel for how MLRun executes my Python code. What different runtimes are supported and why would I use one vs the other?
Nick Schenone
  • 209
  • 1
  • 7
0
votes
1 answer

Can I use an Active Directory to manage the users and groups in Iguazio platform?

How can I use an active directory to manage the users and groups in the Iguazio platform? I can't find the location to configure Active Directory.
0
votes
1 answer

helm install nuclio on kubernetes

I'm trying to install nuclio on k8s cluster but still have this error: **rendered manifests contain a resource that already exists. Unable to continue with install: CustomResourceDefinition "nuclioapigateways.nuclio.io" in namespace "" exists and…
mam667
  • 11
  • 4
0
votes
2 answers

Kubernetes - when should I consider use serverless on Kubernetes or regular service docker

More of a general question - Assume all my tech stack has to be on K8S (for example cloud vendor agnostic): When should I use serverless on top of K8S (e.g nuclio, kubeless) - and when to keep service as docker? I ask this because the "auto-scaling"…
user1025852
  • 2,684
  • 11
  • 36
  • 58
0
votes
1 answer

Nuclio - "/bin" is not a valid file

When I try to run Nuclio, I receive the following error: nuclio\plugin\fileSystem\reader\FileReaderException "/bin" is not a valid file. This is a new installation with a custom application. I moved the application into a folder named…
CallMeLaNN
  • 8,328
  • 7
  • 59
  • 74
-1
votes
2 answers

Session and Auth in Nuclio. How to use it in proper way?

When i try to called: Auth::getInstance()->authenticate($email,$password) for authenticate in login controller, i called Auth::getInstance()->isAuthenticated() and get result bool(true). Then i go redirect to another page,…
1 2
3