Skip to content
Kubernetes-based, scale-to-zero, request-driven compute
Go Shell
Branch: master
Clone or download

Latest commit

julz Use t.Cleanup to dry up e2e tests (#8342)
* Use t.Cleanup to cleanup e2e tests

Replaces repetitive defer/CleanupOnInterrupt pairs using the new t.Cleanup function.

* better comment
Latest commit 04eaa9a Jun 16, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update pull-request-template.md (#6711) Feb 6, 2020
cmd Make flags duration to simplify the flow (#8334) Jun 15, 2020
community Format markdown (#3679) Apr 8, 2019
config Regen code after knative/pkg#1404 (#8337) Jun 15, 2020
docs Fix some dead links in the runtime contract document (#7783) May 12, 2020
hack Avoid recompiling hash-gen to speed up codegen script (#8281) Jun 15, 2020
install Format markdown (#2839) Jan 3, 2019
pkg Disable fused multiply-subtract optimizations on activator calculatio… Jun 16, 2020
sample Updating links to docs repo (#3497) Apr 5, 2019
test Use t.Cleanup to dry up e2e tests (#8342) Jun 16, 2020
third_party [master] Update net-certmanager nightly (#8330) Jun 16, 2020
vendor Regen code after knative/pkg#1404 (#8337) Jun 15, 2020
.gitattributes drop artifacts related to build (#7033) Mar 6, 2020
.gitignore Add IntelliJ project files into ignore list. (#3817) Apr 25, 2019
.ko.yaml Migrate serving to use the knative.dev/serving import path (#4521) Jul 12, 2019
AUTHORS Adding VMware to AUTHORS. (#6214) Dec 12, 2019
CONTRIBUTING.md Format markdown (#3679) Apr 8, 2019
DEVELOPMENT.md Update DEVELOPMENT.md add container param to log dump command (#8319) Jun 15, 2020
LICENSE Initial commit. Jan 30, 2018
OWNERS As discussed in TOC meeting rationalize the owners (#8029) May 21, 2020
OWNERS_ALIASES Add self to reviewers (#8338) Jun 16, 2020
README.md Update release badge to show latest release (#7837) May 4, 2020
code-of-conduct.md Format markdown (#2624) Dec 4, 2018
go.mod Regen code after knative/pkg#1404 (#8337) Jun 15, 2020
go.sum Regen code after knative/pkg#1404 (#8337) Jun 15, 2020

README.md

Knative Serving

go.dev reference Go Report Card Releases LICENSE Slack Status

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 for Istio components
  • 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.

You can’t perform that action at this time.