Kubernetes-based, scale-to-zero, request-driven compute
Go to file
ls-2018 7decfdc7cc
feat: reduce duplicate code (#15867)
Signed-off-by: acejilam <acejilam@gmail.com>
2025-04-29 13:53:06 +00:00
.github Bump the github-actions group with 3 updates (#15825) 2025-04-02 09:10:03 +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 latest contour and istio (#15858) 2025-04-22 10:29:38 +00:00
third_party Update net-kourier nightly (#15865) 2025-04-24 15:57:24 +00:00
vendor upgrade to latest dependencies (#15845) 2025-04-17 16:18:03 +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 update min go version to 1.24 (#15856) 2025-04-22 12:57:38 +00:00
go.sum upgrade to latest dependencies (#15845) 2025-04-17 16:18:03 +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.