Skip to content

Commit 8b67f23

Browse files
authored
Cf request router (#242)
* Update architecture.md * Update architecture.md * Update architecture Updated hybrid arch with Routing Service component and added description of the same * Update architecture.md
1 parent 30dd2a9 commit 8b67f23

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

_docs/getting-started/architecture.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,19 @@ The App-Proxy performs write and state-change operations:
9898
<br>
9999
{:/}
100100

101+
#### Request Routing Service
102+
The Request Routing Service is installed on the same cluster as the Codefresh Runtime in the customer environment.
103+
It receives requests from the Ingress Controller, and forwards the request URLs to the Application Proxy, and webhooks directly to the Event Sources.
104+
105+
106+
> Important:
107+
The Request Routing Service is available from runtime version 0.0.543 and higher.
108+
Older runtime versions are not affected as there is complete backward compatibility, and the Ingress Controller continues to route incoming requests.
109+
110+
{::nomarkdown}
111+
<br>
112+
{:/}
113+
101114
#### Argo Project
102115

103116
The Argo Project includes:
@@ -148,6 +161,11 @@ See [Ingress controller]({{site.baseurl}}/docs/runtime/requirements/#ingress-con
148161
<br>
149162
{:/}
150163

164+
165+
166+
167+
168+
151169
#### Managed clusters
152170
Managed clusters are external clusters registered to a provisioned hosted or hybrid runtime(s).
153171

178 KB
Loading

0 commit comments

Comments
 (0)