Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add runner architecture diagram#857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 2 commits intomasterfromclassic-runner-architecture
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions_docs/installation/runtime-architecture.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,6 +36,8 @@ Depending on the type of GitOps installation, the GitOps Runtime is installed ei
### Codefresh Runner
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.

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/).

### GitOps Clients

GitOps Clients include the UI and the GitOps CLI.
Expand DownExpand Up@@ -66,7 +68,7 @@ max-width="100%"
#### Codefresh Runner
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.

Read more about how it works in [Runner behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall/).
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/).

<br>

Expand DownExpand Up@@ -196,9 +198,18 @@ Each microservice within the Codefresh Pipeline and GitOps modules has its own d


## Codefresh Runner architecture
<!--- This sectionshows adetailed view of the Codefresh Runnerarchitecture,anda description of thecomponents. See also [Runner installation behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall/). -->
The diagramshows ahigh-level view of the Codefresh Runner anditscomponents. See also [Runner installation behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall/).


{% include
image.html
lightbox="true"
file="/images/runtime/architecture/arch-runner.png"
url="/images/runtime/architecture/arch-runner.png"
alt="Codefresh Runner architecture"
caption="Codefresh Runner architecture"
max-width="80%"
%}


The Codefresh Runner includes two main components:
Expand DownExpand Up@@ -238,9 +249,10 @@ Optional. When installed, provides visibility on cluster resources in Codefresh,
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.


### Clients
<!---### Clients

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.
-->



Expand Down
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

[8]ページ先頭

©2009-2025 Movatter.jp