awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Plataformas de funciones serverless autohospedadas

Clasificación actualizada el 30 jun 2026

For alternativa a Lambda para self-hosting, the strongest matches are alexellis/faas (OpenFaaS is a mature Kubernetes-native FaaS platform that provides), nuclio/nuclio (Nuclio is a high-performance Kubernetes-native serverless framework that executes) and knative/serving (Knative Serving is a Kubernetes-native serverless platform that runs). apache/openwhisk and openfaas/faas round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Frameworks y plataformas open-source para desplegar código basado en eventos en tu propia infraestructura en lugar de AWS.

Plataformas de funciones serverless autohospedadas

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • alexellis/faasAvatar de alexellis

    alexellis/faas

    26,192Ver en GitHub↗

    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 mature Kubernetes-native FaaS platform that provides event-driven function triggers, auto-scaling (including scale-to-zero), multi-language support via containers, and declarative deployment, making it a direct self-hosted alternative to AWS Lambda.

    GoScale-to-Zero PodsAuto Scaling
    Ver en GitHub↗26,192
  • nuclio/nuclioAvatar de nuclio

    nuclio/nuclio

    5,730Ver en GitHub↗

    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

    Nuclio is a high-performance Kubernetes-native serverless framework that executes functions in response to triggers from HTTP, message queues, and streaming sources, with auto-scaling to zero and support for multiple runtimes—exactly matching your need for a self-hosted, event-driven FaaS platform.

    GoScale-to-Zero PodsAuto ScalingEvent Triggers
    Ver en GitHub↗5,730
  • knative/servingAvatar de knative

    knative/serving

    6,064Ver en GitHub↗

    Kubernetes-based, scale-to-zero, request-driven compute

    Knative Serving is a Kubernetes-native serverless platform that runs event-driven functions as containers with automatic scale-to-zero, declarative configuration, and built-in observability, making it a comprehensive self-hosted FaaS platform matching your requirements.

    GoScale-to-Zero PodsZero-Instance Scaling
    Ver en GitHub↗6,064
  • apache/openwhiskAvatar de apache

    apache/openwhisk

    6,779Ver en GitHub↗

    OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API calls or events. It serves as a complete serverless stack, providing an API gateway for functions, a function-as-a-service runtime manager, and an event-driven workflow engine. The platform distinguishes itself through a polyglot execution model that supports multiple language runtimes and allows for the creation of custom runtimes using Docker containers. It enables complex logic through function orchestration and composition, allowing multiple functions to be chained into seq

    Apache OpenWhisk is a mature open-source serverless platform that lets you deploy and run stateless functions in response to events on your own infrastructure, with built-in auto-scaling, polyglot language support, and observability—directly matching the self-hosted FaaS need.

    ScalaAuto Scaling GroupsEvent Triggers
    Ver en GitHub↗6,779
  • openfaas/faasAvatar de openfaas

    openfaas/faas

    26,092Ver en GitHub↗

    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,

    OpenFaaS is a container-native, self-hosted FaaS platform that lets you deploy and auto-scale event-driven functions on Kubernetes, with multi-language templates, declarative deployment via stack files, and built-in Prometheus observability — it is a direct self-hosted alternative to AWS Lambda.

    GoAutoscaling SystemsEvent ConnectorsEvent Triggers
    Ver en GitHub↗26,092
  • fission/fissionAvatar de fission

    fission/fission

    8,863Ver en GitHub↗

    Fission is a function-as-a-service platform and serverless framework for Kubernetes. It manages the lifecycle and execution of code snippets as serverless functions, providing an orchestrator that triggers these functions based on HTTP requests, message queues, or scheduled events. The platform features a cold-start optimized runtime that utilizes warm container pools and dynamic loaders to achieve millisecond execution. It includes a native autoscaler to adjust the number of function instances based on real-time traffic demand and supports canary release testing to split incoming traffic bet

    Fission is a Kubernetes-native Function-as-a-Service platform that runs serverless functions triggered by HTTP, message queues, or schedules, with built-in autoscaling and observability—exactly the self-hosted event-driven FaaS this search targets.

    GoEvent Triggers
    Ver en GitHub↗8,863
  • windmill-labs/windmillAvatar de windmill-labs

    windmill-labs/windmill

    15,844Ver en GitHub↗

    Windmill is an internal developer platform and workflow orchestration engine designed to automate complex business processes and data pipelines. It functions as a distributed serverless runner that executes multi-language scripts within isolated, containerized environments, allowing teams to chain discrete tasks into directed acyclic graphs. The platform distinguishes itself through a Git-centric approach to infrastructure, where system state and workflow definitions are synchronized directly from version control. It features a metadata-driven input system that automatically generates user in

    Windmill is a self-hostable distributed serverless runner that executes multi-language scripts in isolated containers with event-driven triggers and Git-based declarative deployment, making it a direct alternative to AWS Lambda that covers the core FaaS features.

    HTMLWorkflow OrchestrationAutomated Workflow OrchestrationInternal Business Tools
    Ver en GitHub↗15,844
  • fnproject/fnAvatar de fnproject

    fnproject/fn

    5,939Ver en GitHub↗

    The container native, cloud agnostic serverless platform.

    Fn Project is a container-native, cloud-agnostic serverless platform you can self-host, supporting event-driven triggers and multi-language runtimes via containers, which directly matches the need for a self-hosted FaaS platform.

    GoServerless Function ManagementCLI Function DeploymentsCLI-Driven Lifecycles
    Ver en GitHub↗5,939
  • iron-io/functionsAvatar de iron-io

    iron-io/functions

    3,214Ver en GitHub↗

    IronFunctions - the serverless microservices platform by

    IronFunctions is a serverless microservices platform that you can self-host, providing event-driven triggers, multi-language runtime support via Docker, and auto-scaling—fitting the request for a self-hosted FaaS platform, though its observability and declarative deployment features may be less prominent than some alternatives.

    GoApplication FrameworksContainer ManagementServerless Platforms
    Ver en GitHub↗3,214

Related searches

  • plataforma de funciones serverless para self-hosting
  • herramienta para ejecutar funciones serverless localmente
  • framework serverless para Kubernetes
  • plataforma as a service self-hosted
  • una alternativa a Kafka self-hosted
  • alternativa a Netlify para self-hosting
  • an open source platform for frontend deployment
  • Serverless platform