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. Functions are invoked automatically through HTTP requests or a publish-subscribe messaging bus, enabling event-driven execution for workloads and microservices. The platform supports running functions written in Golang, Python, Node.js, Ruby, PHP, .NET, and Ballerina, with the ability to add
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
OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,
Kubernetes-based, scale-to-zero, request-driven compute
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.
الميزات الرئيسية لـ nuclio/nuclio هي: Serverless Function Executions, Serverless Platforms, High-Throughput Event Processing, High-Throughput Processing, Streaming Data Sources, Docker Image Builds, Kaniko-Based Builders, Daemonless Image Builds.
تشمل البدائل مفتوحة المصدر لـ nuclio/nuclio: vmware-archive/kubeless — Kubeless is a Kubernetes-native serverless framework that deploys and runs stateless functions as custom resources… alexellis/faas — This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for… openfaas/faas — OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing… knative/serving — Kubernetes-based, scale-to-zero, request-driven compute. fnproject/fn — The container native, cloud agnostic serverless platform. kserve/kserve — KServe is a Kubernetes-native platform for deploying and serving machine learning models as scalable inference…