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

Commit809d45d

Browse files
authored
Update product topics (#1174)
Refactored product content
1 parentff53d6f commit809d45d

14 files changed

+244
-177
lines changed

‎_data/nav.yml‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,16 +401,19 @@
401401
pages:
402402
-title:About Products
403403
url:"/about-products"
404-
-title:Createproducts
404+
-title:CreateProducts
405405
url:"/create-product"
406406
-title:Configure Product Settings
407407
url:"/configure-product-settings"
408408
-title:Assigning applications
409409
url:"/assign-applications"
410-
-title:Configuringappversion andpromoted properties
410+
-title:Configuring version andpromotable properties
411411
url:"/promotion-version-properties"
412-
-title:Configuring promotion flows
412+
-title:Selecting Promotion Flows
413413
url:"/promotion-flow-triggers"
414+
-title:Tracking Releases for Products
415+
url:"/releases-in-products"
416+
414417

415418

416419
-title:Promotions

‎_docs/dashboards/gitops-products.md‎

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88

99

1010

11-
Explore the power ofproducts for Argo CD applications in Codefresh GitOps.
11+
Explore the power ofProducts for Argo CD applications in Codefresh GitOps.
1212

1313
Managing complex applications across multiple environments is a common challenge faced by developers and platform engineers. The diverse nature of applications and the variety of environments they deploy to can lead to fragmented management and deployment processes.
1414

@@ -31,7 +31,8 @@ This article focuses on the Product Dashboard and the insights you can gain from
3131

3232
For detailed information on creating products and how to work with them, see[About Products]({{site.baseurl}}/docs/products/about-products/) and[Creating products]({{site.baseurl}}/docs/products/create-product/).
3333

34-
34+
>**NOTE**
35+
In the documentation, both Product (capitalized) and product (lowercase) refer to the same entity in Codefresh GitOps. They are used interchangeably for readability and consistency.
3536

3637
##Products page
3738

@@ -54,7 +55,7 @@ Here's an example of the Product page with the list of all the products.
5455
Here are some key features of the Products page:
5556

5657
###Collapsed & expanded views
57-
***Collapsed view**: The default view, displays the Product name alongside the Environments with the number of applications in eachEnvironment.<br> The options on the right allow you to manage products.
58+
***Collapsed view**: The default view, displays the Product name alongside the Environments with the number of applications in eachenvironment.<br> The options on the right allow you to manage products.
5859
***Expanded view**: The expanded view displays the applications in the product organized by their Environments.
5960

6061
###Product management options
@@ -65,38 +66,30 @@ Mouse over the row with the product to display possible actions:
6566

6667

6768
##Product Dashboard
68-
Clicking a Product name navigates you to the Product Dashboard with a detailed view of the product and its applications. It also includes integrated insights into Git and issue-tracking systems and how they relate to deployments.
69+
Clicking a Product name navigates you to the Product Dashboardfor the selected productwith a detailed view of its applications. It also includes integrated insights into Git and issue-tracking systems and how they relate to deployments.
6970

70-
In addition, the application version and enriched image information are especially useful.
71-
7271

7372
#####Application release version
74-
* Version information, currently supported for Helm-based applications, identifies the specific release of the application in differentEnvironments.
73+
* Version information, currently supported for Helm-based applications, identifies the specific release of the application in differentenvironments.
7574
* Clicking the version displays the application's dependencies, enabling comparison across different applications.
7675

77-
See[View and compare deployed versions for dependencies](#view-and-compare-deployed-versions-for-dependencies).
78-
7976
#####Integrated Pod/Git/Feature information
8077
* The Products dashboard correlates sync information with other parts of the software lifecycle, such as issue-tracking systems.
8178
* Switch between Pods, Git, and Features views to gain insights beyond development, including source code commits, affected services, commit authorship, and incorporated features in releases.
8279

83-
See[Application lifecycleinsights withpods, Git andfeatures](#application-lifecycle-insights-with-pods-git-feature-views).
80+
See[Integratedinsights withpod, Git andfeature views]((#integrated-insights-with-pod-git-feature-views)).
8481

8582

8683
#####Manage applications
87-
Manage individual applications without navigating away from the Products dashboard. The actions available mirror those in the GitOps Apps dashboard.
88-
89-
84+
Manage individual applications without navigating away from the Product Dashboard. The actions available mirror those in the GitOps Apps dashboard.
9085

9186

87+
##Integrated insights with Pod, Git, Feature views
88+
Navigate seamlessly between Kubernetes (Pods),[version] control (Git), and issue-tracking (Features) views for the Product to get consolidated data from the same location.
9289

9390

94-
###Integrated insights with Pod, Git, Feature views
95-
Navigate seamlessly between Kubernetes (Pods), version control (Git), and issue-tracking (Features) views for the Product to get consolidated data from the same location.
9691

97-
98-
99-
####Pods
92+
###Pods
10093
Deployment, Rollout, and Promotion information for the application.
10194
* Deployments: Source image, new image and tag, replicas for each deployment
10295
* Rollouts: The services rolled out, the type of rollout, the result of the rollout, promote/pause rollout action
@@ -123,7 +116,7 @@ Deployment, Rollout, and Promotion information for the application.
123116
max-width="60%"
124117
%}
125118

126-
####Git
119+
###Git
127120
Codefresh retrieves the data here directly_from the application repository_, not the GitOps repository. You can trace the complete commit history of the application’s repo, up to the commit that initiated the build and deployed the new version.
128121

129122
History of individual commits with deep links to source control.
@@ -144,7 +137,7 @@ Useful for project managers and developers to trace:
144137
max-width="60%"
145138
%}
146139

147-
####Features
140+
###Features
148141
Connect commits to the application repo to tickets in your issue-tracking tool or system. This integration enhances traceability and context, enabling you to monitor the deployment’s impact by tying deployed features to specific feature requests or bug fixes.
149142
* Gain insights into deployment specifics
150143
* Review all commits leading up to the latest one that triggered the deployment
@@ -160,7 +153,7 @@ Connect commits to the application repo to tickets in your issue-tracking tool o
160153
max-width="60%"
161154
%}
162155

163-
156+
<!---
164157
165158
166159
@@ -270,11 +263,11 @@ Either create an environment, or add the cluster-namespace defined for the appli
270263
1. Add the namespace defined for the application to the Environment settings.
271264
1. Go back to the Product Dashboard.
272265
You will now see your application in the product and in the correct environment.
273-
266+
-->
274267

275268
##Related articles
276-
[GitOps Environments dashboard]({{site.baseurl}}/docs/dashboards/gitops-environments/)
269+
[Environments dashboard]({{site.baseurl}}/docs/dashboards/gitops-environments/)
270+
[Creating Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/create-application/)
277271
[Monitoring Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
278272
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/)
279273
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)
280-
[Creating Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/create-application/)

‎_docs/products/about-products.md‎

Lines changed: 36 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title:"About Products"
3-
description:"Createproducts to group and deploy applications"
3+
description:"CreateProducts to group and deploy applications"
44
group:products
55
toc:true
66
---
77

88

9-
Harness the power of**products** to streamline the management and deployment of complex Argo CD applications in Codefresh GitOps. By grouping interconnected applications, products provide enhanced visibility and control as they progress across environments.
109

11-
Managing diverse applications in dynamic environments often leads to fragmented processes. Products act as a strategic layer, grouping applications with shared dependencies and context to bridge these gaps effectively.
1210

13-
With products, you can enhance your environments in Codefresh GitOps, gaining a unified view of application management and deployment.
11+
##Products in Codefresh GitOps
12+
Harness the power of**Products** in Codefresh GitOps to streamline the management and deployment of Argo CD applications.
13+
14+
A Product groups related Argo CD applications, providing a unified perspective as the applications progress through different stages of development and deployment. By defining relationships between applications across multiple environments, Products introduce an organizational layer providing context that help manage application releases as a cohesive unit.\
1415

1516
{% include
1617
image.html
@@ -22,18 +23,10 @@ caption="Products and Product Dashboard in GitOps"
2223
max-width="70%"
2324
%}
2425

26+
##Boosting application management with Products
27+
Products enhance and simplify application management by enabling controlled promotions, version tracking, and environment-specific configurations.
28+
Since an application can exist in multiple environments, grouping them within a Product helps compare versions, track changes, and maintain consistency.
2529

26-
Explore the[Product Dashboard]({{site.baseurl}}/docs/dashboards/gitops-products/).
27-
Read more about it in this[blog](https://codefresh.io/blog/introducing-the-worlds-first-dashboard-for-gitops-environments/){:target="\_blank"}.
28-
29-
30-
<!--- >>**NOTE**
31-
In the documentation, both product (capitalized) and product (lowercase) refer to the same entity in Codefresh GitOps. They are used interchangeably for readability and consistency across the text.-->
32-
33-
##How products work
34-
Products group related Argo CD applications, offering a unified perspective as they transition through stages of development and deployment.
35-
36-
For example, you can group multiple billing-related applications as a product, enabling streamlined management and deployment as a single entity.
3730

3831
{% include
3932
image.html
@@ -45,45 +38,50 @@ caption="Argo CD applications grouped by products organized by environments"
4538
max-width="60%"
4639
%}
4740

41+
Explore the[Product Dashboard]({{site.baseurl}}/docs/dashboards/gitops-products/) for real-time visibility into deployments, Git changes, and environment status.
42+
Read more about the dashboard in this[blog](https://codefresh.io/blog/introducing-the-worlds-first-dashboard-for-gitops-environments/){:target="\_blank"}.
4843

4944

50-
##Benefits of products
51-
52-
45+
###Key benefits
5346
***Unified application management**
5447
Grouping interconnected applications simplifies management and streamlines deployments across environments.
5548

5649
***Aapplication-environment linking**
5750
Products bridge the gap between applications and environments, providing clarity and control over the deployment lifecyle.
5851

5952
***Deployment visibility**
60-
Product promotions generate releasesthat visualizeshow promotions are orchestrated across environments. Releases also provide detailed insights into issue tracking, Git activity, and other actions that led to the promotion.
53+
Product promotions generate releasesvisualizinghow promotions are orchestrated across environments, with insights into issue tracking, Git activity, and other actions that led to the promotion.
6154

6255
***Effortless creation**
63-
As with environments,productsare easy to createthrough the UI, or declaratively using annotations in application manifests.
56+
Createproducts through the UI orr declaratively using annotations in application manifests.
6457

6558
***Real-time insights with integrated views**
66-
The Product Dashboard integrats views of Pods, Git changes, and feature activity, tailored to developers and other stakeholders.
59+
The Product Dashboard consolidates information on Pods, Git changes, and feature activity, tailored to developers and other stakeholders.
60+
61+
62+
##Creating and configuring Products
6763

64+
There are two ways to create a Product in Codefresh GitOps:
6865

66+
* From within an application
67+
* From the Products page
6968

70-
##Working with products and applications
69+
After[creating products]({{site.baseurl}}/docs/products/create-product/), assign applications, streamline their promotions, and gain visibility across environments.
70+
See[Assigning applications to the product]({{site.baseurl}}/docs/products/assign-applications/).
7171

72-
After[creating products]({{site.baseurl}}/docs/products/create-product/), use its features to cohesively manage applications, streamline their promotions,andgain visibility across environments.
72+
##Promotionsandpromotion settings for Products
7373

74-
***Basic settings for products**
75-
* Annotations: Retrieve the annotation created automatically for the product to link applications.
76-
* Applications: Assign applications to the product.
74+
Promote a product manually to a specific environment or automate promotions across multiple environments using Promotion Flows.
75+
See[Triggering promotions]({{site.baseurl}}/docs/promotions/trigger-promotions/).
7776

78-
See[Assigning applications to the product]({{site.baseurl}}/docs/products/assign-applications/).
77+
**Promotion settings for Products** give you control over what and how changes are advanced, ensuring that each promotion aligns with your deployment strategy.
7978

80-
***Tailored promotion settings**
81-
Customize promotion settings to meet product-specific needs:
82-
* Specify the*version source for applications*, ensuring consistency across deployments.
83-
* Define the*attributes in applications* to determine what gets promoted.
84-
* Select the*promotion flows that match the product and customize the conditions to trigger each of these flows* to automate promotions.
79+
Customize promotion settings to configure:
80+
***Version source for applications**: Maintain consistency by specifying where application versions originate.
81+
***Promotable attributes in applications**: Define which changes are promoted across different environments.
82+
***Promotion Flows**: Select the Promotion Flows that match the Product, and tailor the conditions to trigger each of these flows.
8583

86-
See[Application version and promotable properties]({{site.baseurl}}/docs/products/promotion-version-properties/) and[Promotion flows and triggers for products]({{site.baseurl}}/docs/products/promotion-flow-triggers/).
84+
See[Application version and promotable properties]({{site.baseurl}}/docs/products/promotion-version-properties/) and[Promotion flows and triggers for products]({{site.baseurl}}/docs/products/promotion-flow-triggers/).
8785

8886

8987
{% include
@@ -97,15 +95,10 @@ max-width="60%"
9795
%}
9896

9997

100-
***Manually promote products**
101-
When needed, manually promote the product to a specific environment, or to multiple environment through Promotion Flows.
102-
See[Manually promote to specific environment]({{site.baseurl}}/docs/promotions/trigger-promotions#manually-promote-products-to-specific-environments) and[Manually promote to multiple environments by Promotion Flow]({{site.baseurl}}/docs/promotions/trigger-promotions#manually-promote-products-to-multiple-environments-by-promotion-flow).
10398

104-
***Track release activity**
105-
Use the Releases tab to monitor ongoing and historical promotions.
106-
Access detailed logs and insights, including Git activity and issue tracking, for complete visibility into the deployment process.
107-
108-
See[Tracking product releases]({{site.baseurl}}/docs/promotions/releases).
99+
##Tracing Product promotions through Releases
100+
Whenever a Product is promoted, Codefresh GitOps generates a Release, capturing the promotion orchestration across environments. The Releases tab of the product lists both ongoing and completed releases, from where you can monitor specific releases.
101+
See[Tracking product releases]({{site.baseurl}}/docs/promotions/releases).
109102

110103
{% include
111104
image.html
@@ -117,6 +110,7 @@ caption="Monitoring product promotions in Releases tab"
117110
max-width="60%"
118111
%}
119112

120-
113+
>**NOTE**
114+
In the documentation, both Product (capitalized) and product (lowercase) refer to the same entity in Codefresh GitOps. They are used interchangeably for readability and consistency.
121115

122116

‎_docs/products/assign-applications.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"Assigning applications toproducts"
2+
title:"Assigning applications toProducts"
33
description:"Manually or declaratively connect applications to Products"
44
group:products
55
toc:true
@@ -26,8 +26,8 @@ You can always unassign an application from a product, for declaratively assigne
2626

2727

2828
##Related articles
29-
[Configuring promotion flows and triggersforproducts]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
30-
[Configuring version and promotable properties forproducts]({{site.baseurl}}/docs/products/promotion-version-properties/)
31-
[Trackingproduct releases]({{site.baseurl}}/docs/promotions/product-releases/)
29+
[Selecting Promotion FlowsforProducts]({{site.baseurl}}/docs/products/promotion-flow-triggers/)
30+
[Configuring version and promotable properties forProducts]({{site.baseurl}}/docs/products/promotion-version-properties/)
31+
[TrackingProduct releases]({{site.baseurl}}/docs/promotions/product-releases/)
3232
[Product Dashboard]({{site.baseurl}}/docs/dashboards/gitops-products/)
33-
[Creating products]({{site.baseurl}}/docs/products/create-product/)
33+
[Configure Product Settings]({{site.baseurl}}/docs/products/configure-product-settings/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp