You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/installation/runtime-architecture.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ Depending on the type of GitOps installation, the GitOps Runtime is installed ei
36
36
### Codefresh Runner
37
37
The Codefresh Runner, also known as the Agent, enables running Codefresh pipeline builds in the customer's environment. It provides a way to run pipeline builds, tests, and deployments within your private network or on-premises environment by making API calls to the Codefresh platform.
38
38
39
+
See [Codefresh Runner architecture](#codefresh-runner-architecture) in this article. Read more about how it works in [Runner behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall/).
40
+
39
41
### GitOps Clients
40
42
41
43
GitOps Clients include the UI and the GitOps CLI.
@@ -66,7 +68,7 @@ max-width="100%"
66
68
#### Codefresh Runner
67
69
The Codefresh Runner can be installed on the same cluster as the On-Premises platform or on a remote cluster. It provides a way to run pipeline builds, tests, and deployments within your private network or on-premises environment by making API calls to the Codefresh platform.
68
70
69
-
Read more about how it works in [Runner behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall/).
71
+
See [Codefresh Runner architecture](#codefresh-runner-architecture) in this article. Read more about how it works in [Runner behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall/).
70
72
71
73
<br>
72
74
@@ -196,9 +198,18 @@ Each microservice within the Codefresh Pipeline and GitOps modules has its own d
196
198
197
199
198
200
## Codefresh Runner architecture
199
-
<!--- This section shows a detailed view of the Codefresh Runner architecture, and a description of the components. See also [Runner installation behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall/). -->
201
+
The diagram shows a high-level view of the Codefresh Runner and its components. See also [Runner installation behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall/).
The Codefresh Runner includes two main components:
@@ -238,9 +249,10 @@ Optional. When installed, provides visibility on cluster resources in Codefresh,
238
249
Another optional component, the App-Proxy serves as an extension to the Codefresh platform. Its purpose is to enable remote operations, such as displaying Git repositories for Git providers behind firewalls and creating webhooks, while maintaining security.
239
250
240
251
241
-
### Clients
252
+
<!--- ### Clients
242
253
243
254
Codefresh offers a [public API]({{site.baseurl}}/docs/integrations/codefresh-api/), consumed both by the Web user interface and the [Codefresh CLI](https://codefresh-io.github.io/cli/){:target="\_blank"}. The API is also available for any custom integration with external tools or services.
0 commit comments