Skip to content
main
Switch branches/tags
Code

Latest commit

bumping knative.dev/net-contour d83d3ed...2045745:
  > 2045745 Update Contour to v1.20.1 (# 735)
  > 1786a07 Adding code of conduct to reference knative/community's CoC (# 740)
  > c05166a upgrade to latest dependencies (# 739)
  > d386ed3 upgrade to latest dependencies (# 737)
  > cd0764e Update community files (# 738)
  > 0f67c5d Update community files (# 736)

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

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jan 30, 2018

Knative Serving

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

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.