- Notifications
You must be signed in to change notification settings - Fork165
Install bucket refactor#923
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
19 commits Select commitHold shift + click to select a range
3aefcab Restructure install bucket
NimRegevd1a3914 Refactor installation & runtime
NimRegev65ce543 Update install topics
NimRegevda8699e Update structure
NimRegev8608016 Add redirects to install topics
NimRegev11f0879 Update content
NimRegev48ff263 Updates
NimRegev5c32f50 Update xrefs
NimRegev81fd10b Update home-content.yml
NimRegev751e69f Reorganize runtime topics
NimRegevb825058 Update arch diagrams
NimRegevfa58981 Fix links
NimRegev5cb5928 Update installation-options.md
NimRegev4f518fb Update installation-options.md
NimRegevf02b40d Add diagram for app reporter
NimRegevfae684f Update app reporter diagram
NimRegevace1e44 Update helm install image
NimRegeva2c27cc Update hybrid-gitops-helm-installation.md
NimRegev7e1b6be Update home-content.yml
NimRegevFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,87 @@ | ||
| --- | ||
| title: "GitOpsRuntimes" | ||
| description: " Create and deploy Argo CD applicationswithGitOps Runtimes" | ||
| group: installation | ||
| redirect_from: | ||
| - /docs/installation/gitops/ | ||
| toc: true | ||
| --- | ||
| The Codefresh GitOps module requires you to install GitOps Runtimes. | ||
| GitOps Runtimes are available as hosted Runtimes with Argo CD installed in the Codefresh cluster, and hybrid Runtimes with Argo CD installed in the customer's cluster. Review the [comparison](#hosted-vshybrid-gitops) between both Runtime modes. | ||
| ## Hosted GitOps | ||
| The SaaS version of GitOps, Hosted GitOps has Argo CD installed in the Codefresh cluster. | ||
| Hosted GitOps Runtime is installed and provisioned in a Codefresh cluster, and managed by Codefresh. | ||
| Hosted environments are full-cloud environments, where all updates and improvements are managed by Codefresh, with zero-maintenance overhead for you as the customer. | ||
| Currently, you can add one Hosted GitOps Runtime per account. | ||
| For the architecture, see [Hosted GitOps Runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/). | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/runtime/hosted-gitops-initial-view.png" | ||
| url="/images/runtime/hosted-gitops-initial-view.png" | ||
| alt="Hosted GitOps runtime setup" | ||
| caption="Hosted GitOps runtime setup" | ||
| max-width="80%" | ||
| %} | ||
| For more information on how to set up the hosted environment, including provisioning hosted runtimes, see [Set up Hosted GitOps]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/). | ||
| ## Hybrid GitOps | ||
| The hybrid version of GitOps, has Argo CD installed in the customer's cluster. | ||
| Hybrid GitOps is installed in the customer's cluster, and managed by the customer. | ||
| The Hybrid GitOps Runtime is optimal for organizations with security constraints, wanting to manage CI/CD operations within their premises. Hybrid GitOps strikes the perfect balance between security, flexibility, and ease of use. Codefresh maintains and manages most aspects of the platform, apart from installing and upgrading Hybrid GitOps Runtimes which are managed by the customer. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/runtime/runtime-list-view.png" | ||
| url="/images/runtime/runtime-list-view.png" | ||
| alt="Runtime List View" | ||
| caption="Runtime List View" | ||
| max-width="70%" | ||
| %} | ||
| For more information on Hybrid GitOps, see [Hybrid GitOps Runtime requirements]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/#minimum-system-requirements) and [Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/). | ||
| ## Hosted vs.Hybrid GitOps | ||
| The table below highlights the main differences between Hosted and Hybrid GitOps. | ||
| {: .table .table-bordered .table-hover} | ||
| | GitOps Functionality |Feature | Hosted | Hybrid | | ||
| | -------------- | -------------- |--------------- | --------------- | | ||
| | Runtime | Installation | Provisioned by Codefresh | Provisioned by customer | | ||
| | | Runtime cluster | Managed by Codefresh | Managed by customer | | ||
| | | Number per account | One runtime | Multiple runtimes, one per cluster | | ||
| | | External cluster | Managed by customer | Managed by customer | | ||
| | | Upgrade | Managed by Codefresh | Managed by customer | | ||
| | | Uninstall | Managed by customer | Managed by customer | | ||
| | Argo CD | | Codefresh cluster | Customer cluster | | ||
| | CI Ops | Delivery Pipelines |Not supported | Supported | | ||
| | |Workflows | Not supported | Supported | | ||
| | |Workflow Templates | Not supported | Supported | | ||
| | CD Ops |Applications | Supported | Supported | | ||
| | |Image enrichment | Supported | Supported | | ||
| | | Rollouts | Supported | Supported | | ||
| |Integrations | | Supported | Supported | | ||
| |Dashboards |Home | Hosted runtime and deployments|Runtimes, deployments, Delivery Pipelines | | ||
| | |DORA metrics | Supported |Supported | | ||
| | |Applications | Supported |Supported | | ||
| ## Related articles | ||
| [Codefresh Runner for pipelines]({{site.baseurl}}/docs/installation/runner/) | ||
| [Codefresh pricing](https://codefresh.io/pricing/){:target="\_blank"} | ||
| [Codefresh features](https://codefresh.io/features/){:target="\_blank"} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.