Add context to network layer install section (#3441)

* Add context to installing networking, initial draft

* Tweaks

* Apply feedback

* Apply feedback
This commit is contained in:
Samia Nneji 2021-04-13 18:22:00 +01:00 committed by GitHub
parent 45a103b14d
commit cf2ee4f2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,16 @@ For information about the YAML files in the Knative Serving and Eventing release
## Install a networking layer
The networking layer in Knative Serving is responsible for incoming requests and the associated
responses for your Knative installation.
Knative enables you to choose a networking layer and then translates Knatives resources
into the specific configuration for your chosen networking solution.
You can choose a networking layer based on what you are familiar with, what is
already installed on your cluster, or what is suitable for your use case.
For prototyping purposes, if you have no preference for a networking layer, choose Kourier.
For production use cases, Istio is a common choice.
The tabs below expand to show instructions for installing a networking layer.
Follow the procedure for the networking layer of your choice: