We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176cadf commit e77ee57Copy full SHA for e77ee57
docs/versioned/serving/config-network-adapters.md
@@ -17,6 +17,20 @@ The Knative `networking.internal.knative.dev` Ingress type is generally referred
17
18
=== "Kourier"
19
20
+ The following diagram depicts the flow of KIngress objects, as read by Knative serving.
21
+
22
+ ```mermaid
23
+ ---
24
+ config:
25
+ theme: default
26
+ layout: elk
27
+ look: neo
28
29
+ flowchart LR
30
31
+ route["Route object"] -- "read by" --> serving-core("Serving<br>controller") -- creates --> KIngress["Ingress object<br>networking.internal.knative.dev<br>(KIngress)"]
32
+ ```
33
34
The following diagram depicts the flow of KIngress objects by Kourier.
35
36
```mermaid
0 commit comments