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/getting-started/gitops-codefresh.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,17 +41,19 @@ Codefresh is the easiest way to get started with GitOps and Argo CD. Codefresh l
41
41
42
42
43
43
44
-
##GitOps Runtimes
44
+
##GitOps Runtimes
45
45
46
-
Codefresh offers two models for GitOps deployments:
46
+
Codefresh offers two models for GitOps deployments:
47
47
48
-
* Hosted GitOps, which is a fully-managed version of Argo CD. The runtime for Hosted GitOps is hosted on a Codefresh cluster (easy setup) and managed by Codefresh (zero maintenance overhead).
49
-
If you already have Argo CD installations, this is the option for you. Click once to provision the hosted runtime, and start deploying applications to clusters without having to install and maintain Argo CD.
48
+
###Connect to an existing Argo CD
49
+
If you already have Argo CD installed, you can connect it directly to Codefresh without reinstallation or migration. This allows you to manage your existing Argo CD setup through Codefresh while taking advantage of Codefresh’s CI/CD capabilities.
50
+
For details, see[Install a GitOps runtime with an existing Argo CD](https://codefresh.io/docs/gitops/gitops-runtimes/runtime-install-with-existing-argo-cd/).
50
51
51
-
* Hybrid GitOps, which is a customer-managed version of Argo CD. The Hybrid GitOps runtime is hosted on the customer cluster and managed by the customer.
52
-
The Hybrid GitOps offering retains runtimes within the customer infrastructure to comply your security rewhile giving you the power of Argo CD with Codefresh’s CI and CD tools, to help achieve continuous integration and continuous delivery goals.
52
+
###Hybrid GitOps
53
+
Hybrid GitOps is a customer-managed version of Argo CD. The GitOps runtime is hosted on your own cluster and managed by your team.
54
+
This model keeps the runtime within your infrastructure to meet security and compliance requirements while leveraging the power of Argo CD with Codefresh’s CI/CD tools to achieve continuous delivery goals.