chengjingtao / serving

Kubernetes-based, scale-to-zero, request-driven compute

Home Page:https://knative.dev/docs/serving/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Kubernetes-based, scale-to-zero, request-driven compute

https://knative.dev/docs/serving/

License:Apache License 2.0


Languages

Language:Go 98.4%Language:Shell 1.6%Language:Smarty 0.0%