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

Update runtime-architecture.md#1194

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 3 commits intomasterfromgitops-runtime-data-flow-reporting
Feb 16, 2025
Merged
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
27 changes: 27 additions & 0 deletions_docs/installation/gitops/runtime-architecture.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -223,6 +223,33 @@ The customer environment that communicates with the GitOps Runtime and Codefresh
Organizational Systems include the customer's tracking, monitoring, notification, container registries, Git providers, and other systems. They can be entirely on-premises or in the public cloud.
Either the ingress controller (ingress-based hybrid environments), or the Tunnel Client (tunnel-based hybrid environments), forwards incoming events to the GitOps Application Proxy.

## Data flow: GitOps Runtime & external systems
The GitOps Runtime interacts with external systems and components in the customer environment to enable GitOps operations and processes.

* **Runtime cluster**
* Both Argo CD and Codefresh components within the Runtime interact with the Runtime cluster’s Kubernetes API server.
* Argo CD components also access managed clusters registered to GitOps Runtimes to deploy applications.

* **Git providers**
* Argo CD components access Git providers such as GitHub. Git provider credentials are always securlety stored in the customer’s cluster.
* Codefresh components also access the Git provider to enable UI-driven commits and pull requests.

* **Container registries and Jira (optional)**
If enrichment functionality is enabled, jobs can be executed within the Runtime cluster or a CI system to retrieve metadata from those container registries and Jira instances integrated with Codefresh.


## Data reporting: GitOps Runtime to Codefresh Platform
The GitOps Runtime reports data to the Codefresh platform, which stores the data.

{: .table .table-bordered .table-hover}
| Entity/Metadata | Reported data |
| -------------- | -------------- |
|**Kubernetes resources** | {::nomarkdown}<ul><li>Argo CD applications</l><li>All managed resources within an Argo CD application, for example, Deployments, ConfigMaps</li><li>Argo Rollouts and ReplicaSets</li></ul>{:/}|
|**Git commit metadata** | {::nomarkdown}<ul><li>Commit SHA, message, and committer details (avatar URL, username)</l><li>Link to the commit in the Git provider</li></ul>{:/}|
|**Jira issue metadata** | {::nomarkdown}<ul><li>Jira ticket number, link, and title (if configured)</l></ul>{:/}|
|**Docker image metadata** | {::nomarkdown}<ul><li>Image name, digest, and repository information (if configured)</l></ul>{:/}|



## Related articles
<!--- [Hosted GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/)-->
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp