ForkCoreWeaveCoreWeavepublished Mar 28, 2022seen 6d

coreweave/serving

forked from knative/serving

Open original ↗

Captured source

source ↗
published Mar 28, 2022seen 6dcaptured 8hhttp 200method plain

coreweave/serving

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

Language: Go

License: Apache-2.0

Stars: 0

Forks: 0

Open issues: 0

Created: 2022-03-28T21:22:52Z

Pushed: 2024-02-13T04:35:54Z

Default branch: main

Fork: yes

Parent repository: knative/serving

Archived: no

README:

Knative Serving

![Go Report Card](https://goreportcard.com/report/knative/serving) ![codecov](https://codecov.io/gh/knative/serving) ![CII Best Practices](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 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](./CONTRIBUTING.md) and [DEVELOPMENT.md](./DEVELOPMENT.md). For a list of all help wanted issues across Knative, take a look at CLOTRIBUTOR.