Knative
Kubernetes-based, scale-to-zero, request-driven compute observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 95
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 8.0
- age_days: 3143
- days_rel: 35
- days_push: 8
- n_releases_24m: 31
Adoption not part of the score
6086 stars · 1233 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Knative is a Kubernetes-based platform providing middleware components for building, deploying, and managing serverless workloads, comprising Serving (request-driven, scale-to-zero containers) and Eventing (CloudEvents-based event routing). It includes a Functions model with a func CLI for deploying stateless functions without deep Kubernetes knowledge.
Use cases
- deploy serverless containers on kubernetes
- scale pods down to zero when idle
- build event-driven applications with cloud events
- deploy functions without writing dockerfiles
- split traffic between revisions of a service
- run a self-hosted serverless platform on my own cluster
- route events from producers to consumers on kubernetes
When to choose
- you run Kubernetes and want serverless scale-to-zero semantics without vendor lock-in
- you need event-driven architecture with standardized CloudEvents routing
- you want simpler deployment abstractions on top of raw Kubernetes objects
- you need fine-grained autoscaling and traffic splitting between revisions
When to avoid
- you don't operate a Kubernetes cluster or want fully managed FaaS like AWS Lambda
- your workloads are long-running and stateful rather than request-driven
- you want a lightweight setup without the operational overhead of installing CRDs and networking layers
- cold-start latency is unacceptable for your latency-sensitive services
Facets
framework · maturity stable
serverless deployment container-orchestration routing workflow-automation cloud-computing microservices backend developer-tools cloud self-hosted go serverless-containers scale-to-zero knative-serving knative-eventing cloudevents kubernetes-crds functions-as-a-service traffic-splitting autoscaling containers devops kubernetes docker
10 sources
- readme: https://github.com/knative/serving · fetched 2026-08-28 · b7b5aaa7a95b
- homepage: https://knative.dev/docs/serving/ · fetched 2026-08-29 · c7d3492a91c6
- site_page: https://knative.dev/docs · fetched 2026-08-29 · 27f9508ac8d6
- site_page: https://knative.dev/about/testimonials · fetched 2026-08-29 · ea3316708f89
- site_page: https://knative.dev/docs/getting-started/tutorial · fetched 2026-08-29 · 1cbb605d1e9c
- site_page: https://knative.dev/docs/functions · fetched 2026-08-29 · c4732b229751
- site_page: https://knative.dev/docs/eventing · fetched 2026-08-29 · 230909759f74
- site_page: https://knative.dev/docs/client · fetched 2026-08-29 · e2044ad1f467
- site_page: https://knative.dev/docs/admin/admin-overview · fetched 2026-08-29 · 4351aa20b5fa
- site_page: https://knative.dev/docs/samples · fetched 2026-08-29 · c261d153d308
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| knative/serving | main | 98 |
| knative/docs | docs | 67 |
| knative/eventing | backend | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem