Kubernetes-based, scale-to-zero, request-driven compute
Go to file
Knative Automation e56dd0e0eb
upgrade to latest dependencies (#15894)
bumping google.golang.org/grpc a43eba6...4cf3cf7:
  > 4cf3cf7 Change version to 1.72.1 (# 8319)
  > 537fe8d transport: Propagate status code on receiving RST_STREAM during message read (# 8289) (# 8317)
  > f32eab3 cherry-pick # 8302 and # 8304 to v1.72.x branch (# 8303)
  > 7fcfc87 internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215) (# 8296)
  > ad1e120 Change version to 1.72.1-dev (# 8219)
bumping knative.dev/pkg 873230f...44579e9:
  > 44579e9 Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (# 3180)

Signed-off-by: Knative Automation <automation@knative.team>
2025-05-21 02:37:27 +00:00
.github bump cluster version (#15879) 2025-05-14 10:38:46 +00:00
cmd Enable Mount Propagation as a Optional Feature (#15758) 2025-04-21 01:17:06 +00:00
community Format markdown (#3679) 2019-04-08 08:03:58 -07:00
config Enable Mount Propagation as a Optional Feature (#15758) 2025-04-21 01:17:06 +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 feat: reduce duplicate code (#15867) 2025-04-29 13:53:06 +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 cluster version (#15879) 2025-05-14 10:38:46 +00:00
third_party Update net-gateway-api nightly (#15885) 2025-05-16 12:20:49 +00:00
vendor upgrade to latest dependencies (#15894) 2025-05-21 02:37:27 +00:00
.codecov.yaml drop coverage check for cmd/schema-tweak (#15827) 2025-04-09 08:27:12 +00:00
.gitattributes Exclude protobuf generated files from coverage (#8478) 2020-06-25 12:10:27 -07:00
.gitignore Add IntelliJ project files into ignore list. (#3817) 2019-04-25 14:54:29 -07:00
.golangci.yaml bump to golangci yaml v2 (#15838) 2025-04-11 23:06:13 +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 Initial commit. 2018-01-30 09:45:35 -08:00
OWNERS clean up OWNER files (#13668) 2023-02-03 16:41:32 +00:00
OWNERS_ALIASES Update community files (#15862) 2025-04-24 02:20:23 +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 upgrade to latest dependencies (#15894) 2025-05-21 02:37:27 +00:00
go.sum upgrade to latest dependencies (#15894) 2025-05-21 02:37:27 +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.