Kubeless is a Kubernetes native serverless Framework. Kubeless supports both HTTP and event based functions triggers. It has a serverless plugin, a graphical user interface and multiple runtimes, including Python and Node.js. | OpenWhisk is an open source serverless platform. It is enterprise grade and accessible to all developers thanks to its superior programming model and tooling. It powers IBM Cloud Functions, Adobe I/O Runtime, Naver, Nimbella among others. | Knative provides a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center |
| - | Serverless functions;FaaS;Fine-grained resource consumption;Use any language;Containers as functions; service;Functions-as-a-Service;Function composition;Step Functions;Docker;Kubernetes;Open source community;Apache | Serving - Scale to zero, request-driven compute model; Build - Cloud-native source to container orchestration; Events - Universal subscription, delivery and management of events; Serverless add-on on GKE - Enable GCP managed serverless stack on Kubernetes |
Statistics | ||
GitHub Stars - | GitHub Stars - | GitHub Stars 5.9K |
GitHub Forks - | GitHub Forks - | GitHub Forks 1.2K |
Stacks 39 | Stacks 60 | Stacks 87 |
Followers 195 | Followers 149 | Followers 342 |
Votes 0 | Votes 7 | Votes 21 |
Pros & Cons | ||
No community feedback yet | Pros
| Pros
|
Integrations | ||

AWS Lambda is a compute service that runs your code in response to events and automatically manages the underlying compute resources for you. You can use AWS Lambda to extend other AWS services with custom logic, or create your own back-end services that operate at AWS scale, performance, and security.

Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in virtually any Azure or 3rd party service as well as on-premises systems.

A managed compute platform that enables you to run stateless containers that are invocable via HTTP requests. It's serverless by abstracting away all infrastructure management.

Build applications comprised of microservices that run in response to events, auto-scale for you, and only charge you when they run. This lowers the total cost of maintaining your apps, enabling you to build more logic, faster. The Framework uses new event-driven compute services, like AWS Lambda, Google CloudFunctions, and more.

Construct applications from bite-sized business logic billed to the nearest 100 milliseconds, only while your code is running

Serverless Functions Made Simple for Docker and Kubernetes

nuclio is portable across IoT devices, laptops, on-premises datacenters and cloud deployments, eliminating cloud lock-ins and enabling hybrid solutions.

Cloud Functions for Firebase lets you create functions that are triggered by Firebase products, such as changes to data in the Realtime Database, uploads to Cloud Storage, new user sign ups via Authentication, and conversion events in Analytics.

It enables developers, scientists, and engineers to easily and efficiently run hundreds of thousands of batch computing jobs on AWS. It dynamically provisions the optimal quantity and type of compute resources (e.g., CPU or memory optimized instances) based on the volume and specific resource requirements of the batch jobs submitted.

Write short-lived functions in any language, and map them to HTTP requests (or other event triggers). Deploy functions instantly with one command. There are no containers to build, and no Docker registries to manage.