Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knative/serving
Kubernetes-based, scale-to-zero, request-driven compute
https://github.com/knative/serving
app autoscaler container developer-productivity function knative kubernetes networking scale serverless serverless-containers
Last synced: 10 days ago
JSON representation
Kubernetes-based, scale-to-zero, request-driven compute
- Host: GitHub
- URL: https://github.com/knative/serving
- Owner: knative
- License: apache-2.0
- Created: 2018-01-24T22:07:44.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T17:03:00.000Z (9 months ago)
- Last Synced: 2024-02-22T17:31:02.950Z (9 months ago)
- Topics: app, autoscaler, container, developer-productivity, function, knative, kubernetes, networking, scale, serverless, serverless-containers
- Language: Go
- Homepage: https://knative.dev/docs/serving/
- Size: 89.1 MB
- Stars: 5,284
- Watchers: 97
- Forks: 1,139
- Open Issues: 208
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
- Support: support/COMMUNITY_CONTACTS.md
- Roadmap: docs/roadmap/scaling-2019.md
Awesome Lists containing this project
- awesome - serving - Kubernetes-based, scale-to-zero, request-driven compute (Go)
- awesome-repositories - knative/serving - Kubernetes-based, scale-to-zero, request-driven compute (Go)
- awesome-starts - knative/serving - Kubernetes-based, scale-to-zero, request-driven compute (Go)
- go-awesome - Knative
README
# Knative Serving
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/knative/serving)
[![Go Report Card](https://goreportcard.com/badge/knative/serving)](https://goreportcard.com/report/knative/serving)
[![Releases](https://img.shields.io/github/release-pre/knative/serving.svg?sort=semver)](https://github.com/knative/serving/releases)
[![LICENSE](https://img.shields.io/github/license/knative/serving.svg)](https://github.com/knative/serving/blob/main/LICENSE)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://cloud-native.slack.com/archives/C04LGHDR9K7)
[![codecov](https://codecov.io/gh/knative/serving/branch/main/graph/badge.svg)](https://codecov.io/gh/knative/serving)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5913/badge)](https://bestpractices.coreinfrastructure.org/projects/5913)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 configurationsFor documentation on using Knative Serving, see the
[serving section](https://www.knative.dev/docs/serving/) of the
[Knative documentation site](https://www.knative.dev/docs).For documentation on the Knative Serving specification, see the
[docs](https://github.com/knative/serving/tree/main/docs) folder of this
repository.If you are interested in contributing, see [CONTRIBUTING.md](./CONTRIBUTING.md)
and [DEVELOPMENT.md](./DEVELOPMENT.md). For a list of all help wanted issues
across Knative, take a look at [CLOTRIBUTOR](https://clotributor.dev/search?project=knative&page=1).