Nuclio is a high-performance serverless framework designed for Kubernetes that automatically executes user functions when events arrive from HTTP endpoints, message queues, or streaming data platforms. It processes hundreds of thousands of events per second per function instance through efficient parallel workers, and can allocate functions to run on either CPU or GPU hardware to match workload requirements for data processing or machine learning tasks. The platform scales function instances down to zero when idle and wakes them on demand based on incoming event load, while providing an event
Kubernetes-based, scale-to-zero, request-driven compute
This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for deploying event-driven functions and microservices as compatible container images onto a Kubernetes cluster. The platform includes an event-driven function orchestrator that triggers executions via HTTP requests or message streams. It features an auto-scaling function manager that adjusts the number of active instances based on real-time demand and scales down to zero during inactivity. A background queuing system is included to process asynchronous tasks and maintain application re
Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer
Kubeless is a Kubernetes-native serverless framework that deploys and runs stateless functions as custom resources managed by an in-cluster controller. It functions as a Function-as-a-Service platform, launching function runtime pods on demand and scaling them to zero when idle to optimise resource usage.
Die Hauptfunktionen von vmware-archive/kubeless sind: Function-as-a-Service Platforms, Custom Resource Controllers, Event-Driven Triggers, Serverless Function Executions, Serverless Function Invokers, Native Kubernetes Resource Integration, Scale-to-Zero Pods, Custom Resource Serverless Frameworks.
Open-Source-Alternativen zu vmware-archive/kubeless sind unter anderem: nuclio/nuclio — Nuclio is a high-performance serverless framework designed for Kubernetes that automatically executes user functions… knative/serving — Kubernetes-based, scale-to-zero, request-driven compute. alexellis/faas — This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for… inngest/inngest — Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background… firebase/firebase-js-sdk — This is a backend-as-a-service SDK that connects web and mobile applications to a suite of cloud services. It provides… kserve/kserve — KServe is a Kubernetes-native platform for deploying and serving machine learning models as scalable inference…