Kubernetes-based, scale-to-zero, request-driven compute
Go to file
Knative Automation e36d8facf5
[release-1.16] Upgrade to latest dependencies (#15794)
* upgrade to latest dependencies

bumping knative.dev/hack 6cb0feb...b5e4ff8:
  > b5e4ff8 [release-1.16] Update GKE version to 1.29 (# 415)

Signed-off-by: Knative Automation <automation@knative.team>

* Bump kube cluster version to 1.29

* More scripts to fix

---------

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2025-03-05 12:05:59 +00:00
.github pin chainguard action version (#15693) 2025-01-14 14:21:01 +00:00
cmd Allow ipv6 address for sslip.io in default-domain Job (#15328) 2024-06-18 15:08:22 +00:00
community Format markdown (#3679) 2019-04-08 08:03:58 -07:00
config Use istio.sidecar.inject label instead of annotation (#15522) 2024-09-26 08:16:16 +00:00
docs Update Serving encryption documentation to the newest developments (#14631) 2023-11-23 16:10:21 +00:00
hack Fix deepcopy gen (#15492) 2024-09-03 11:21:17 +00:00
pkg [release-1.16] Fix configuration timeout defaulting (#15721) 2025-01-22 03:27:10 +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 [release-1.16] Upgrade to latest dependencies (#15794) 2025-03-05 12:05:59 +00:00
third_party Update net-contour nightly (#15578) 2024-10-16 15:31:29 +00:00
vendor [release-1.16] Upgrade to latest dependencies (#15794) 2025-03-05 12:05:59 +00:00
.codecov.yaml Revert the new behavior for codeconv (#9598) 2020-09-28 09:57:45 -07: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 Update linter config to new schema (#14691) 2023-12-01 10:33:54 +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 (#15574) 2024-10-16 02:19:22 +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 [release-1.16] Upgrade to latest dependencies (#15794) 2025-03-05 12:05:59 +00:00
go.sum [release-1.16] Upgrade to latest dependencies (#15794) 2025-03-05 12:05:59 +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.