mirror of https://github.com/knative/docs.git
* Rename and reword `auto-tls` feature to `external-domain-tls` * Fix redirects * Fix broken links |
||
---|---|---|
.. | ||
app-security | ||
autoscaling | ||
configuration | ||
encryption | ||
images | ||
load-balancing | ||
observability | ||
reference | ||
revisions | ||
services | ||
stackdriver | ||
troubleshooting | ||
OWNERS | ||
README.md | ||
accessing-traces.md | ||
architecture.md | ||
config-ha.md | ||
convert-deployment-to-knative-service.md | ||
deploying-from-private-registry.md | ||
istio-authorization.md | ||
knative-kubernetes-services.md | ||
queue-extensions.md | ||
request-flow.md | ||
rolling-out-latest-revision.md | ||
setting-up-custom-ingress-gateway.md | ||
tag-resolution.md | ||
traffic-management.md | ||
using-a-custom-domain.md | ||
webhook-customizations.md |
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.