docs/docs/serving
Reto Lehmann 6d938133f7
Rename and reword `auto-tls` feature to `external-domain-tls` (#5692)
* Rename and reword `auto-tls` feature to `external-domain-tls`

* Fix redirects

* Fix broken links
2023-10-05 05:57:06 +00:00
..
app-security rename-sandbox (#5652) 2023-08-03 17:52:21 +00:00
autoscaling Links added to target page from metrics page (#5674) 2023-10-04 09:20:05 +00:00
configuration point to the new ghcr.io images (#5551) 2023-05-09 17:51:00 +00:00
encryption Rename and reword `auto-tls` feature to `external-domain-tls` (#5692) 2023-10-05 05:57:06 +00:00
images Add Knative Serving architecture page (#5545) 2023-06-06 14:36:27 +00:00
load-balancing General cleanup of sample and ref docs (#5117) 2022-07-20 15:00:01 +00:00
observability Document Request Logging Feature on the Website (#5492) 2023-03-24 22:18:54 +00:00
reference Add Knative Serving architecture page (#5545) 2023-06-06 14:36:27 +00:00
revisions Cleanup broker docs and snippets (#5193) 2022-08-31 18:05:18 +00:00
services Rename and reword `auto-tls` feature to `external-domain-tls` (#5692) 2023-10-05 05:57:06 +00:00
stackdriver Migrate from k8s.gcr.io to registry.k8s.io (#5436) 2023-02-22 21:47:28 +00: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 Rename and reword `auto-tls` feature to `external-domain-tls` (#5692) 2023-10-05 05:57:06 +00:00
accessing-traces.md Fixed typos and outdated content (#5281) 2022-10-21 11:02:14 +00:00
architecture.md rename-sandbox (#5652) 2023-08-03 17:52:21 +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 point to the new ghcr.io images (#5551) 2023-05-09 17:51:00 +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
request-flow.md Add Knative Serving architecture page (#5545) 2023-06-06 14:36:27 +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 knative services are private by default (#5510) 2023-03-24 18:28:55 +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.