Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.54 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.54 KB

Knative Serving

--8<-- "about-serving.md"

Common use cases

Examples of supported Knative Serving use cases:

  • Rapid deployment of serverless containers.
  • Autoscaling, including scaling pods down to zero.
  • Support for multiple networking layers, such as Contour, Kourier, and Istio, for integration into existing environments.

Knative Serving supports both HTTP and HTTPS networking protocols.

Installation

You can install Knative Serving via the methods listed on the installation page.

Getting Started

To get started with Serving, check out one of the hello world sample projects. These projects use the Service resource, which manages all the details for you.

With the Service resource, a deployed service will automatically have a matching route and configuration created. Each time the Service is updated, a new revision is created.

More samples and demos

Debugging Knative Serving issues

Configuration and Networking

Observability

Known Issues

See the Knative Serving Issues page for a full list of known issues.