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

Commitd920766

Browse files
authored
Add intro topics for GitOps Cloud (#1218)
* Add intro topics for GitOps CloudAdd GitOPs cloud specific topics to _argohub* Updates to introduction* Update explore-gitops-cloud-features.md* Update explore-gitops-cloud-features.md* Update create-app-ui.md
1 parent6f00cd6 commitd920766

File tree

11 files changed

+320
-23
lines changed

11 files changed

+320
-23
lines changed

‎_argohub/introduction/command-bar.md‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎_argohub/introduction/concepts.md‎

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
---
2+
title:"Explore Codefresh GitOps Cloud"
3+
description:"Understand the key features of Codefresh GitOps Cloud"
4+
group:introduction
5+
toc:true
6+
---
7+
8+
[Codefresh GitOps Cloud]({{site.baseurl}}/argohub/introduction/what-is-gitops-cloud/) transforms how teams manage deployments. It brings application and environment promotion to Argo CD, making it fast and easy to promote software changes securely.
9+
10+
Below, we’ll explore some of the key features of Codefresh GitOps Cloud.
11+
12+
##Runtimes: The foundation of Codefresh GitOps Cloud
13+
14+
At the core of Codefresh GitOps Cloud are Runtimes, which provide the connection between your:
15+
* Clusters and namespaces
16+
* Argo CD instances
17+
* Deployment workflows
18+
19+
{% include
20+
image.html
21+
lightbox="true"
22+
file="/images/runtime/runtime-intro-list-view.png"
23+
url="/images/runtime/runtime-intro-list-view.png"
24+
alt="Codefresh GitOps Cloud: Runtimes"
25+
caption="Codefresh GitOps Cloud: Runtimes"
26+
max-width="70%"
27+
%}
28+
29+
###Bring your own Argo CD instance, or use a managed Argo CD instance
30+
Migrating Argo CD configurations can be difficult and often requires a lot of effort to ensure nothing breaks. That’s why we’re making it easy to connect existing Argo CD infrastructure with Codefresh GitOps Cloud, where you can:
31+
32+
33+
#####Bring your own Argo CD instance
34+
The Runtime lets you bring your own Argo CD instance, which works in plug-and-play mode. You install it in minutes, and if you change your mind you can also remove it without affecting your existing Argo CD instance.
35+
36+
Read more on[installing GitOps Runtime with your existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/).
37+
38+
#####Use a managed Argo CD instance
39+
If you don’t have an Argo CD instance, that’s no problem. You can still choose the Codefresh Runtime to manage all Argo services in one bundle with our easy installation process.
40+
41+
Read more on[installing GitOps Runtime with a new Argo CD instance]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
42+
43+
Regardless of your choice, Codefresh provides a single control plane to track and promote applications across environments.
44+
45+
46+
47+
##Environments: Mapping deployments to clusters and namespaces
48+
Typically Argo CD users handle application promotion between environments with tedious processes, lots of custom scripting, and even manual steps. Codefresh GitOps Cloud lets you model environments easily across clusters and namespaces, with a simple dashboard view that provides visibility at a glance.
49+
50+
With Codefresh GitOps Cloud you get:
51+
***Cluster-aware deployments**
52+
Instead of managing individual applications, Codefresh GitOps Cloud maps environments to the exact clusters and namespaces they belong to, making deployment locations clear.
53+
54+
***Multi-cluster visibility**
55+
Teams no longer need to track deployments manually across clusters—everything is managed centrally.
56+
57+
***Application-centric management**
58+
Environments allow teams to group applications based on real-world deployment stages (e.g., dev, staging, production), making it easier to promote changes across them.
59+
60+
{% include
61+
image.html
62+
lightbox="true"
63+
file="/images/gitops-environments/environments-dashboard.png"
64+
url="/images/gitops-environments/environments-dashboard.png"
65+
alt="Codefresh GitOps Cloud: Environments"
66+
caption="Codefresh GitOps Cloud: Environments"
67+
max-width="70%"
68+
%}
69+
70+
Since environments are tightly integrated with the Runtime, all changes and promotions are tracked and controlled from a single control plane, ensuring consistency across deployments.
71+
72+
Read more on[environments]({{site.baseurl}}/docs/environments/environments-overview/).
73+
74+
##Products: Moving beyond per-application deployments
75+
Argo CD is great for managing individual applications, but teams often need more structure and insights into applications in the wider context of their development and deployment lifecycle.
76+
77+
Codefresh GitOps Cloud introduces**Products**, which are collections of microservices managed and promoted together as a unit, allowing for coordinated deployments.
78+
79+
{% include
80+
image.html
81+
lightbox="true"
82+
file="/images/gitops-products/product-overview-pic.png"
83+
url="/images/gitops-products/product-overview-pic.png"
84+
alt="Codefresh GitOps Cloud: Products"
85+
caption="Codefresh GitOps Cloud: Products"
86+
max-width="70%"
87+
%}
88+
89+
By grouping applications into products, Codefresh GitOps Cloud makes it easier to:
90+
* Deploy microservices together as a unit instead of managing them separately
91+
* Track the deployment status of all components in a single view
92+
* Reduce errors by ensuring that dependent services get promoted in sync
93+
94+
Read more on[products]({{site.baseurl}}/docs/products/about-products/).
95+
96+
##Applications: Full control over creation and deployment
97+
98+
Applications in Codefresh GitOps Cloud are**Argo CD applications**, representing a set of Kubernetes manifests that define how you deploy workloads. While Argo CD provides GitOps automation for individual applications, managing applications across multiple clusters at scale requires additional tooling and visibility.
99+
100+
{% include
101+
image.html
102+
lightbox="true"
103+
file="/images/applications/app-dashboard-main-view.png"
104+
url="/images/applications/app-dashboard-main-view.png"
105+
alt="Codefresh GitOps Cloud: Applications"
106+
caption="Codefresh GitOps Cloud: Applications"
107+
max-width="70%"
108+
%}
109+
110+
111+
What Codefresh GitOps Cloud adds to application management:
112+
113+
***Effortless application creation**
114+
Create fully-compliant Argo CD applications in our UI, in YAML or form modes.
115+
116+
***Application context and relationships**
117+
Organize applications into products to manage microservices as a unit.
118+
119+
***Centralized application management**
120+
View and manage all Argo CD applications across all clusters and environments in a single dashboard, the**GitOps Apps dashboard**. This is the command center for Argo CD application management. You can deep dive into individual applications, including deployment timelines, the current state of applications and resources, diff views, and more.
121+
122+
***GitOps-based deployment with promotions**
123+
After creating applications, seamlessly deploy changes through promotions for controlled deployments across environments.
124+
Every deployment is fully traceable to its Git source, linking promotions to the exact changes and workflows that triggered them.
125+
126+
{% include
127+
image.html
128+
lightbox="true"
129+
file="/images/applications/dashboard/app-view.png"
130+
url="/images/applications/dashboard/app-view.png"
131+
alt="Codefresh GitOps Cloud: Managing applications"
132+
caption="Codefresh GitOps Cloud: Managing applications"
133+
max-width="70%"
134+
%}
135+
136+
Read more on[applications]({{site.baseurl}}/docs/deployments/gitops/about-apps/).
137+
138+
##Promotions: Structured and controlled deployments
139+
Promotions in Codefresh GitOps Cloud go beyond Argo CD’s standard sync operation for applications. Instead of simply applying changes, promotions provide structure, governance, and visibility across environments.
140+
141+
142+
#####What is unique to Codefresh promotions
143+
***Flexible promotion triggers**
144+
Choose how you trigger promotions, from a simple drag-and-drop action to a fully automated, structured Promotion Flow that follows predefined policies.
145+
146+
***Environment-based promotion control**
147+
Define rules and policies for how and when applications progress through different environments, ensuring compliance and reducing risk.
148+
149+
***Full traceability**
150+
Every promotion is linked to the Git changes, issue tracking references, and workflows that triggered it, providing a clear audit trail from commit to deployment.
151+
152+
{% include
153+
image.html
154+
lightbox="true"
155+
file="/images/gitops-promotions/triggers/drag-n-drop.png"
156+
url="/images/gitops-promotions/triggers/drag-n-drop.png"
157+
alt="Codefresh GitOps Cloud: Promotions"
158+
caption="Codefresh GitOps Cloud: Promotions"
159+
max-width="70%"
160+
%}
161+
162+
163+
Read more on[promotions]({{site.baseurl}}/docs/promotions/promotions-overview/).
164+
165+
##Promotion Flows: Flexible controlled deployments
166+
Promotion Flows are orchestrated workflows that automate how applications move across environments. Instead of manually updating Git repositories and coordinating approvals, Codefresh lets you define structured flows through our Flow Builder that enforces policies, approvals, and validation steps before a deployment gets promoted.
167+
168+
{% include
169+
image.html
170+
lightbox="true"
171+
file="/images/gitops-promotions/overview/promos-gitops.png"
172+
url="/images/gitops-promotions/overview/promos-gitops.png"
173+
alt="Codefresh GitOps Cloud: Promotion Flows"
174+
caption="Codefresh GitOps Cloud: Promotion Flows"
175+
max-width="70%"
176+
%}
177+
178+
#####What you can add to a Promotion Flow
179+
***Automated testing and validation**
180+
Run smoke tests, integration tests, or performance checks before promoting changes.
181+
182+
***Approval gates**
183+
Require manual approval at key stages to enforce compliance and governance.
184+
185+
***Notifications and monitoring**
186+
Get Slack or email alerts on promotion status and track real-time progress.
187+
188+
189+
By defining Promotion Flows, teams can ensure reliability, repeatability, and security while moving applications from development to production.
190+
191+
Read more on[Promotion Flows]({{site.baseurl}}/docs/promotions/promotion-flow/).
192+
193+
194+
##Get started with Codefresh GitOps Cloud
195+
Ready to get started? You can sign up for a[free 45-day trial](https://codefresh.io/codefresh-signup/){:"\_blank"} to try Codefresh GitOps Cloud for yourself.
196+
197+
Want to learn more? Explore our[quick start guides]({{site.baseurl}}/docs/gitops-quick-start/gitops-quick-start/) which take you from start to deployment.
198+
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title:"Global Search"
3+
description:"How to search for entities, find features, and more with Global Search & Navigation"
4+
toc:true
5+
---
6+
7+
8+
9+
Finding entities such as applications, Codefresh Global Search & Navigation is your answer.
10+
11+
12+
13+
##About Global Search
14+
15+
Global Search is always available in the toolbar, displayed on the top-left.
16+
17+
18+
When you click the Global Search field, you can see the predefined categories to jump-start your search for**Pipelines****Projects**, or**Documentation**.
19+
20+
To start the search, click a category or directly type in the first letters of what you're looking for.
21+
Select the option or use the shortcut keys. See[Keyboard shortcuts for Global Search & Navigation](#keyboard-shortcuts-for-global-search--navigation).
22+
23+
{{site.data.callout.callout_tip}}
24+
**TIP**
25+
The results are synced to your permissions and account settings.
26+
{{site.data.callout.end}}
27+
28+
29+
{% include
30+
image.html
31+
lightbox="true"
32+
file="/images/administration/command-bar/quick-search-options.png"
33+
url="/images/administration/command-bar/quick-search-options.png"
34+
alt="Global Search & Navigation in Codefresh"
35+
caption="Global Search & Navigation in Codefresh"
36+
max-width="60%"
37+
%}
38+
39+
40+
We are always adding more options, so stay tuned to our online announcements.
41+
42+
>**NOTE**
43+
>The Global Search & Navigation feature establishes an initial handshake request with the data source API on inital loading. The outcome of this request does not impact functionality, even in on-premises or air-gapped environments where it will fail.
44+
>Although your monitoring or alerting systems may flag it as a failure, you can safely disregard the failure notification.
45+
46+
47+
48+
##Find actions & configuration settings
49+
In addition to quickly navigating to specific entities such as Projects and Pipelines, administrators can navigate to configuration settings for Single Sign-On, and installation actions.
50+
51+
{% include
52+
image.html
53+
lightbox="true"
54+
file="/images/administration/command-bar/quick-search-single-sign-on.png"
55+
url="/images/administration/command-bar/quick-search-single-sign-on.png"
56+
alt="Example: Finding Single Sign-On with Global Navigation & Search"
57+
caption="Example: Finding Single Sign-On with Global Navigation & Search"
58+
max-width="60%"
59+
%}
60+
61+
##Switch accounts
62+
Use Global Search & Navigation to switch between Codefresh accounts.
63+
Instead of selecting the account to sign in to from your avatar, stay where you are, and use our built-in action to switch accounts.
64+
65+
* In the Global Search field, start typing`accounts` to get to the Switch Account action.
66+
* Select**Switch Account**** to see the list of accounts, and then either select or use auto-complete to select the account.
67+
68+
{% include
69+
image.html
70+
lightbox="true"
71+
file="/images/administration/command-bar/switch-account.png"
72+
url="/images/administration/command-bar/switch-account.png"
73+
alt="Switch accounts with Global Navigation & Search"
74+
caption="Switch accounts with Global Navigation & Search"
75+
max-width="60%"
76+
%}
77+
78+
79+
80+
##Related articles
81+
[What is Codefresh GitOps Cloud?]({{site.baseurl}}/argohub/introduction/what-is-gitops-cloud/)
82+
[Explore Codefresh GitOps Cloud]({{site.baseurl}}/argohub/introduction/explore-gitops-cloud-features/)

‎_argohub/introduction/gitops-codefresh.md‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎_argohub/introduction/intro-to-codefresh.md‎

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title:"What is Codefresh GitOps Cloud?"
3+
description:"Understand the benefits of Codefresh GitOps Cloud"
4+
group:introduction
5+
toc:true
6+
---
7+
8+
##Codefresh GitOps Cloud
9+
Codefresh GitOps Cloud is a fully managed GitOps platform offering seamless environment promotions across clusters using your existing Argo CD. It extends GitOps principles beyond individual applications, providing a structured, scalable way to manage deployments of any size.
10+
11+
##Codefresh GitOps Cloud for scalable, secure, and effortless Continuous Delivery
12+
Application promotion between environments is often tedious, requiring extensive custom scripting and manual steps. With GitOps Cloud, you can easily create promotions by connecting multiple existing Argo CD instances to a single control plane—no additional software required.
13+
14+
Codefresh GitOps Cloud makes it fast and easy to promote software changes securely, giving teams full visibility and control over how applications move from development to production. No more managing clusters manually, no more disconnected scripts—just streamlined, automated delivery.
15+
16+
***Multi-environment application promotions with Argo CD**
17+
No more custom scripts to manage environment promotion. Model environment promotion easily across clusters and runtimes. Group applications and microservices into products and logical environments that match how you actually deliver software.
18+
19+
***Full visibility into your entire deployment**
20+
Know exactly what’s running in each environment at a glance, across all clusters, at all times.
21+
22+
***Full traceability from code to deployment**
23+
Track the exact Git changes, pull requests, and issue-tracking events that led to each promotion, ensuring every deployment is auditable.
24+
25+
***Scalable, standardized approach to GitOps**
26+
Instead of managing promotions manually, teams get automated flows for predictable and repeatable deployments.
27+
28+
Ready to get started? You can sign up for a[free 45-day trial](https://codefresh.io/codefresh-signup/){:"\_blank"} to try Codefresh GitOps Cloud for yourself.
29+
30+
Want to know more?[Explore Codefresh GitOps Cloud]({{site.baseurl}}/docs/argohub/introduction/explore-gitops-cloud-features/).

‎_data/argohub-home-content.yml‎

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
icon:../images/home-icons/introduction.svg
33
url:""
44
links:
5-
-title:What is Codefresh?
6-
localurl:/argohub/getting-started/intro-to-codefresh/
7-
-title:Codefresh for GitOps
8-
localurl:/argohub/getting-started/gitops-codefresh/
9-
-title:Concepts in Codefresh
10-
localurl:/argohub/getting-started/concepts/
11-
-title:Global Search & Navigation
12-
localurl:/argohub/getting-started/command-bar/
5+
-title:What is Codefresh GitOps Cloud?
6+
localurl:/argohub/introduction/what-is-gitops-cloud/
7+
-title:Explore Codefresh GitOps Cloud
8+
localurl:/argohub/introduction/explore-gitops-cloud-features/
9+
1310

1411
-title:GitOps quick starts
1512
icon:../images/home-icons/administration.svg

‎_data/argohub-nav.yml‎

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
-title:Introduction
22
url:"/introduction"
33
pages:
4-
-title:What is Codefresh GitOps?
5-
url:"/intro-to-codefresh"
6-
-title:Codefresh for GitOps
7-
url:"/gitops-codefresh"
8-
-title:Concepts in Codefresh
9-
url:"/concepts"
10-
-title:Global Search & Navigation
11-
url:"/command-bar"
4+
-title:What is Codefresh GitOps Cloud?
5+
url:"/what-is-gitops-cloud"
6+
-title:Explore Codefresh GitOps Cloud
7+
url:"/explore-gitops-cloud-features"
8+
129

1310
-title:GitOps quick starts
1411
url:"/gitops-quick-start"

‎assets/js/src/argohub-redirect-mapping.json‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"/":"/argohub/",
33
"/docs/installation/gitops/shared-configuration/":"/argohub/gitops-runtimes/shared-configuration/",
4-
"/docs/getting-started/intro-to-codefresh/":"/argohub/introduction/intro-to-codefresh/",
54
"/docs/security/git-tokens/":"/argohub/security/git-tokens/",
65
"/docs/security/secrets/":"/argohub/security/secrets/",
76
"/docs/administration/account-user-management/add-users/":"/argohub/administration/account-user-management/add-users/",
@@ -99,8 +98,6 @@
9998
"/docs/deployments/gitops/monitor-applications/":"/argohub/applications/monitor-applications/",
10099
"/docs/deployments/gitops/troubleshooting-gitops-apps/":"/argohub/applications/troubleshooting-gitops-apps/",
101100
"/docs/getting-started/command-bar/":"/argohub/introduction/command-bar/",
102-
"/docs/getting-started/concepts/":"/argohub/introduction/concepts/",
103-
"/docs/getting-started/gitops-codefresh/":"/argohub/introduction/gitops-codefresh/",
104101
"/docs/gitops-quick-start/create-app-ui/":"/argohub/gitops-quick-starts/create-app-ui/",
105102
"/docs/gitops-quick-start/create-codefresh-account/":"/argohub/gitops-quick-starts/create-codefresh-account/",
106103
"/docs/gitops-quick-start/create-git-source/":"/argohub/gitops-quick-starts/create-git-source/",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp