mirror of https://github.com/knative/serving.git
appautoscalercontainerdeveloper-productivityfunctionknativekubernetesnetworkingscaleserverlessserverless-containers
bumping google.golang.org/grpc a43eba6...4cf3cf7: > 4cf3cf7 Change version to 1.72.1 (# 8319) > 537fe8d transport: Propagate status code on receiving RST_STREAM during message read (# 8289) (# 8317) > f32eab3 cherry-pick # 8302 and # 8304 to v1.72.x branch (# 8303) > 7fcfc87 internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215) (# 8296) > ad1e120 Change version to 1.72.1-dev (# 8219) bumping knative.dev/pkg 873230f...44579e9: > 44579e9 Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (# 3180) Signed-off-by: Knative Automation <automation@knative.team> |
||
---|---|---|
.github | ||
cmd | ||
community | ||
config | ||
docs | ||
hack | ||
pkg | ||
sample | ||
support | ||
test | ||
third_party | ||
vendor | ||
.codecov.yaml | ||
.gitattributes | ||
.gitignore | ||
.golangci.yaml | ||
.ko.yaml | ||
CODE-OF-CONDUCT.md | ||
CONTRIBUTING.md | ||
DEVELOPMENT.md | ||
LICENSE | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
SECURITY.md | ||
go.mod | ||
go.sum |
README.md
Knative Serving
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.