Kubernetes-based, scale-to-zero, request-driven compute
Go to file
Dave Protasowski c4b7c40a1b
[otel] Switch Activator over to OTel instrumentation (#15960)
* switch activator to use OTel instrumentation

* ./hack/update-deps.sh

* fix formatting

* drop old import comment
2025-07-09 05:38:03 +00:00
.github Bump chainguard-dev/actions in the github-actions group (#15947) 2025-07-02 01:26:54 +00:00
cmd [otel] Switch Activator over to OTel instrumentation (#15960) 2025-07-09 05:38:03 +00:00
community Format markdown (#3679) 2019-04-08 08:03:58 -07:00
config Introduce new Serving OTel config (#15956) 2025-07-08 17:04:03 +00:00
docs Update Serving encryption documentation to the newest developments (#14631) 2023-11-23 16:10:21 +00:00
hack bump deps (#15922) 2025-06-12 16:03:47 +00:00
pkg [otel] Switch Activator over to OTel instrumentation (#15960) 2025-07-09 05:38:03 +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 use new observability config instead of knative.dev/pkg/metrics (#15959) 2025-07-08 20:31:09 +00:00
third_party Update net-gateway-api nightly (#15952) 2025-07-09 01:13:02 +00:00
vendor [otel] Switch Activator over to OTel instrumentation (#15960) 2025-07-09 05:38: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 deps (#15922) 2025-06-12 16:03:47 +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 (#15951) 2025-07-08 02:27:02 +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 [otel] Switch Activator over to OTel instrumentation (#15960) 2025-07-09 05:38:03 +00:00
go.sum upgrade to latest dependencies (#15950) 2025-07-07 22:35:07 +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.