Ross ROSS = Recommend OSS · open-source software intelligence for agents

fission/fission

Fast and Simple Serverless Functions for Kubernetes observed · 2026-08-28

github.com/fission/fission · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 99
  • Release rhythm 65
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 113
  • age_days: 3666
  • days_rel: 72
  • days_push: 7
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

8913 stars · 793 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Fission is an open-source, Kubernetes-native serverless framework for deploying functions as a service (FaaS). Developers write functions in languages like Python, NodeJS, Go, Ruby, PHP, or Bash, and Fission runs them on Kubernetes with event triggers (HTTP, message queues, timers) while abstracting away containers and Docker, with ~100ms cold starts via warm container pools.

Use cases

  • run lambda-like serverless functions on my own kubernetes cluster
  • trigger functions from http requests or message queues
  • deploy functions without building docker containers
  • build an event-driven api with low cold-start latency
  • self-host a functions-as-a-service platform in a private datacenter
  • run scheduled serverless tasks on kubernetes
  • migrate aws lambda workloads to a portable open-source platform

When to choose

  • you already run kubernetes and want a native FaaS platform
  • you need low cold-start latency from warm container pools
  • you want to write functions in multiple languages without managing containers
  • you need a portable, self-hosted alternative to AWS Lambda
  • you want declarative specs you can check into source control

When to avoid

  • you have no kubernetes cluster and want the simplest serverless option
  • you need fully managed serverless with zero infrastructure to operate
  • your workloads are long-running rather than short-lived functions
  • you need a managed multi-cloud FaaS with vendor-backed SLAs

Facets

framework · maturity active

serverless deployment web-framework workflow-automation container-orchestration cloud-computing backend microservices self-hosted go cloud self-hosted cli faas serverless-functions kubernetes-native event-triggers cold-start helm lambda-alternative devops containers kubernetes docker

5 sources

Member repositories

RepositoryRoleHealth v2
fission/fissionmain87

For agents

markdown · JSON · MCP: product_card(name="fission/fission")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem