@@ -92,5 +92,30 @@ alt="Integrations in Hosted GitOps"
9292max-width="60%"
9393%}
9494
95+ ##Hosted vs. hybrid environments
96+
97+ The table below highlights the main differences between hosted and hybrid environments.
98+
99+ {: .table .table-bordered .table-hover}
100+ | Functionality| Feature| Hosted| Hybrid|
101+ | --------------| --------------| ---------------| ---------------|
102+ | Runtime| Installation| Provisioned by Codefresh| Provisioned by customer|
103+ | | Runtime cluster| Managed by Codefresh| Managed by customer|
104+ | | Number per account| Only one runtime| Multiple runtimes|
105+ | | Upgrade| Managed by Codefresh| Managed by customer|
106+ | | External cluster| Managed by customer| Managed by customer|
107+ | | Uninstall| Managed by customer| Managed by customer|
108+ | Argo CD| | Codefresh cluster| Customer cluster|
109+ | CI Ops| Delivery Pipelines| Not supported| Supported|
110+ | | Workflows| Not supported| Supported|
111+ | | Workflow Templates| Not supported| Supported|
112+ | CD Ops| Applications| Supported| Supported|
113+ | | Image enrichment| Supported| Supported|
114+ | | Rollouts| Supported| Supported|
115+ | Integrations| | Supported| Supported|
116+ | Dashboards| Home Analytics| Hosted runtime and deployments| Runtimes, deployments, Delivery Pipelines|
117+ | | DORA metrics| Supported| Supported|
118+ | | Applications| Supported| Supported|
119+
95120##Related articles
96121[ CI integrations with GitOps] ( {{site.baseurl}}/docs/gitops-integrations/ci-integrations/ )