Skip to main content
Account

SlimFaaS

Status
stable
Category
Serverless
Subcategory
Installable Platform
License
Apache-2.0

Rawkode’s personal rating: Skip

SlimFaaS is a lightweight function-as-a-service runtime for Kubernetes, written in .NET and designed to turn any existing container into a scale-to-zero HTTP endpoint with minimal infrastructure. Unlike Knative or OpenFaaS, it does not require a service mesh, an ingress controller, or a CRD-heavy operator install.

A single SlimFaaS deployment acts as a proxy and scaler in front of user pods. It reads a simple configuration (env vars or ConfigMap) that lists functions, their target deployments, and scale-to-zero timeouts, then uses the Kubernetes API to scale replicas up on incoming requests and back down when idle. It supports synchronous HTTP invocation, a built-in queue for async calls, public/private visibility, and a small web UI for inspecting functions.

SlimFaaS is aimed at teams that already run Kubernetes and want per-function scale-to-zero for cost-sensitive workloads, internal tooling, or event handlers without pulling in a full serverless platform.

Installable Platform

Email signup loads here. You can also manage email preferences in account settings.