Kubernetes-based, scale-to-zero, request-driven compute
Go to file
Knative Automation 12f49eea89
Update net-gateway-api nightly (#15820)
bumping knative.dev/net-gateway-api ff93180...09a0b3c:
  > 09a0b3c Update community files (# 832)
  > 6a21a3c upgrade to latest dependencies (# 828)
  > 15cdb63 Create a per ingress ReferenceGrant to avoid conflicts in the same namespace (# 829)

Signed-off-by: Knative Automation <automation@knative.team>
2025-04-10 10:08:13 +00:00
.github Bump the github-actions group with 3 updates (#15825) 2025-04-02 09:10:03 +00:00
cmd Bump cert-manager and use their clientset (#15703) 2025-01-21 01:27:09 +00:00
community
config drop replace directives for incoming lib bumps (#15777) 2025-02-17 12:33:56 +00:00
docs Update Serving encryption documentation to the newest developments (#14631) 2023-11-23 16:10:21 +00:00
hack Bump cert-manager and use their clientset (#15703) 2025-01-21 01:27:09 +00:00
pkg fix repeat option (#15813) 2025-03-21 01:31:15 +00:00
sample fix broken samples link (#12508) 2022-01-13 12:33:12 -08:00
support Update support rotation (#13714) 2023-02-17 15:34:53 +00:00
test bump min k8s version to v1.31 (#15774) 2025-02-13 09:50:52 +00:00
third_party Update net-gateway-api nightly (#15820) 2025-04-10 10:08:13 +00:00
vendor Serving is on 0.32.x already, hence the replace for gengo is not needed (#15819) 2025-03-28 08:34:46 +00:00
.codecov.yaml drop coverage check for cmd/schema-tweak (#15827) 2025-04-09 08:27:12 +00:00
.gitattributes
.gitignore
.golangci.yaml Fix golangci exclude config (#15775) 2025-02-14 04:29:52 +00:00
.ko.yaml Use a different 'static' image that supports s390x and ppc (#15407) 2024-07-25 05:38:50 +00:00
CODE-OF-CONDUCT.md Adding code of conduct to reference knative/community's CoC (#12757) 2022-03-18 09:50:19 -07:00
CONTRIBUTING.md Format markdown (#10898) 2021-03-04 18:09:20 -08:00
DEVELOPMENT.md drop dev container as no one is maintaining it (#15460) 2024-08-12 05:29:18 +00:00
LICENSE
OWNERS clean up OWNER files (#13668) 2023-02-03 16:41:32 +00:00
OWNERS_ALIASES Update community files (#15821) 2025-04-09 13:45:13 +00:00
README.md Add clotributor link to readme (#14671) 2023-11-28 09:28:04 +00:00
SECURITY.md Add consistent SECURITY.md (#14639) 2023-11-20 18:47:13 +00:00
go.mod Serving is on 0.32.x already, hence the replace for gengo is not needed (#15819) 2025-03-28 08:34:46 +00:00
go.sum upgrade to latest dependencies (#15809) 2025-03-21 02:53:16 +00:00

README.md

Knative Serving

go.dev reference Go Report Card Releases LICENSE Slack Status codecov CII Best Practices

Knative Serving builds on Kubernetes to support deploying and serving of applications and functions as serverless containers. Serving is easy to get started with and scales to support advanced scenarios.

The Knative Serving project provides middleware primitives that enable:

  • Rapid deployment of serverless containers
  • Automatic scaling up and down to zero
  • Routing and network programming
  • Point-in-time snapshots of deployed code and configurations

For documentation on using Knative Serving, see the serving section of the Knative documentation site.

For documentation on the Knative Serving specification, see the docs folder of this repository.

If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md. For a list of all help wanted issues across Knative, take a look at CLOTRIBUTOR.