Skip to content
Kubernetes-based, scale-to-zero, request-driven compute
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add note about what group to contact for security issues to bug templ… Apr 3, 2019
cmd Make queue port listen only on port. (#3972) May 2, 2019
community Format markdown (#3679) Apr 8, 2019
config Bind webhook controller to a non priviliged port (#3973) May 2, 2019
docs Format markdown (#3931) Apr 28, 2019
hack Use Istio 1.1.3 in presubmit tests. (#3955) May 1, 2019
install Format markdown (#2839) Jan 3, 2019
pkg fast forward pkg to May (#3989) May 3, 2019
sample Updating links to docs repo (#3497) Apr 5, 2019
test Harden pod destroying test by waiting for containers to terminate. (#… May 3, 2019
testrelease - Added configs to deploy Prometheus, Prometheus Operator & Grafana w… Feb 17, 2018
third_party Use Istio 1.1.3 in presubmit tests. (#3955) May 1, 2019
vendor fast forward pkg to May (#3989) May 3, 2019
.gitattributes Use actual pods from K8S Informer for scaling rate (#3055) Feb 8, 2019
.gitignore Add IntelliJ project files into ignore list. (#3817) Apr 25, 2019
AUTHORS Add Cisco Systems to Authors (#1652) Jul 23, 2018
CHANGELOG.md Format markdown (#2624) Dec 4, 2018
CONTRIBUTING.md Format markdown (#3679) Apr 8, 2019
DEVELOPMENT.md Use Istio 1.1.3 in presubmit tests. (#3955) May 1, 2019
Gopkg.lock fast forward pkg to May (#3989) May 3, 2019
Gopkg.toml fast forward pkg to May (#3989) May 3, 2019
LICENSE Initial commit. Jan 30, 2018
OWNERS Add mdemirhan to /OWNERS (#2264) Oct 25, 2018
OWNERS_ALIASES Add Victor Agababov to networking-approvers. (#3796) Apr 18, 2019
README.md Updating links to docs repo (#3497) Apr 5, 2019
code-of-conduct.md Format markdown (#2624) Dec 4, 2018

README.md

Knative Serving

GoDoc Go Report Card Releases LICENSE

Knative Serving builds on Kubernetes and Istio to support deploying and serving of serverless applications and functions. 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.