docs/docs/serving
David Hadas 5e04903ac0
guard doc fixes (#5378)
* guard doc fixes

* guard doc fixes

* guard doc fixes

* guard doc fixes

* guard doc fixes

* guard doc fixes

* guard doc fixes

* guard doc fixes

* guard doc fixes

* guard doc fixes

* guard doc fixes

* guard doc fixes
2023-01-12 19:57:50 +00:00
..
app-security guard doc fixes (#5378) 2023-01-12 19:57:50 +00:00
autoscaling Fixed typos and outdated content (#5281) 2022-10-21 11:02:14 +00:00
configuration Fixed typos and outdated content (#5281) 2022-10-21 11:02:14 +00:00
images Cherry pick a few commits that were erroneously made directly into release-0.19 (#3152) 2021-01-27 23:23:30 -08:00
load-balancing General cleanup of sample and ref docs (#5117) 2022-07-20 15:00:01 +00:00
observability Fixed every broken formatting in knative serving guide (#4806) 2022-03-08 10:23:05 -08:00
reference General cleanup of sample and ref docs (#5117) 2022-07-20 15:00:01 +00:00
revisions Cleanup broker docs and snippets (#5193) 2022-08-31 18:05:18 +00:00
services Fixed typos and outdated content (#5281) 2022-10-21 11:02:14 +00:00
stackdriver Merge website files into Master (#1025) 2019-03-20 13:48:47 -07:00
troubleshooting Fixed typos and outdated content (#5281) 2022-10-21 11:02:14 +00:00
OWNERS Update OWNERS_ALIASES to match autogen in community (#3406) 2021-04-06 16:58:49 -07:00
README.md Updating docs for Revisions (#5156) 2022-08-10 17:42:45 +00:00
accessing-traces.md Fixed typos and outdated content (#5281) 2022-10-21 11:02:14 +00:00
config-ha.md Ash reccs (#3768) 2021-06-09 12:57:42 -07:00
convert-deployment-to-knative-service.md Added the benefit of deploy to knative service (#3884) 2021-07-07 06:52:26 -07:00
deploying-from-private-registry.md Add per-Service imagePullSecrets config (#5069) 2022-07-01 15:11:42 +00:00
istio-authorization.md Reorganise the install guide (#4690) 2022-02-04 09:29:21 -08:00
knative-kubernetes-services.md Fixed typos and outdated content (#5281) 2022-10-21 11:02:14 +00:00
queue-extensions.md [release-1.7] Fix guard readme link (#5195) 2022-08-30 17:56:17 +00:00
rolling-out-latest-revision.md update examples to use kebab case (#4517) 2021-11-30 08:51:09 -08:00
setting-up-custom-ingress-gateway.md Updating the last few commands to remove EOF (#4083) 2021-08-18 06:48:08 -07:00
tag-resolution.md Update custom certs docs (#5075) 2022-07-18 18:43:59 +00:00
traffic-management.md Fix minor tag bug (#5002) 2022-06-06 14:11:54 +00:00
using-a-custom-domain.md Fix values and general cleanup (#4980) 2022-05-31 17:02:37 +00:00
using-a-tls-cert.md Reorganise the install guide (#4690) 2022-02-04 09:29:21 -08:00
using-auto-tls.md Fixed typos and outdated content (#5281) 2022-10-21 11:02:14 +00:00
webhook-customizations.md Remove outdated YAML for Hugo (#4114) 2021-08-16 12:28:55 -07:00

README.md

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 of 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.