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

Commitcd6d4e2

Browse files
committed
Update CI CD concepts
1 parentb7f998f commitcd6d4e2

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

‎_docs/getting-started/cd-codefresh.md‎

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ Dashboards -->
2222

2323

2424
##Connecting to Kubernetes
25-
Continuous deployment starts with Kubernetes clusters, and Codefresh integrates with any known cluster provider for Kubernetes through a few simple steps. Connect your Google, Azure, or Amazon Kubernetes cluster to Codefresh through simple integration steps.
26-
For those Kubernetes clusters that are not in our list of cluster providers, you can manually enter your cluster settings to add any generic Kubernetes cluster.
25+
Connecting your Kubernetes cluster to the CI/CD platform is the first step in continuous deployment. Codefresh integrates with any known cluster provider for Kubernetes through a few simple steps. Connect your Google, Azure, or Amazon Kubernetes cluster to Codefresh through simple integration steps. If your Kubernetes clusters is not our list of cluster providers, you can manually enter your cluster settings and add it as a generic Kubernetes cluster.
2726

2827
See[Connecting a Kubernetes cluster]({{site.baseurl}}/docs/integrations/kubernetes/#connect-a-kubernetes-cluster).
2928

3029
##Deploying to Kubernetes
3130
Codefresh offers a variety of options for you to choose from when deploying to Kubernetes.
32-
Deploy to Kubernetes from the Codefresh UI or programmatically through dedicated steps in pipelines, avoiding the need for`kubectl` commands.
31+
Deploy to Kubernetes from the Codefresh UI, or programmatically through dedicated steps in pipelines avoiding the need for`kubectl` commands.
3332

3433
**On-demand deployment**
3534
For quick and easy deployment, deploy on-demand from the Codefresh UI.
@@ -39,12 +38,12 @@ We have the `deploy` step, and the more advanced `cf-deploy-kubernetes`step that
3938

4039
Codefresh pipelines also support Kustomize and Helm for deployments through freestyle steps.
4140

42-
Finally, if you are familiar with and want to work with`kubectl`, run your own custom`kubectl` commands in a freestyle step. Read more in[kubectl](#kubectl).
41+
Finally, if you are familiar with andstillwant to work with`kubectl`, run your own custom`kubectl` commands in a freestyle step. Read more in[kubectl](#kubectl).
4342

4443
See[Deployment options for Kubernetes]({{site.baseurl}}/docs/deployments/kubernetes/deployment-options-to-kubernetes/).
4544

4645
##kubectl
47-
`kubectl` is the command line interface for managingkubernetes clusters. Running custom`kubectl` commands in a freestyle step gives maximum flexibility with cluster deployments.
46+
`kubectl` is the command line interface for managingKubernetes clusters. Running custom`kubectl` commands in a freestyle step gives maximum flexibility with cluster deployments.
4847
Codefresh automatically sets up your config context with your connected clusters. The config context is the value of the`$CF_KUBECONFIG_PATH` variable, which expands to`/codefresh/volume/sensitive/.kube/config` within the shared step volume.
4948

5049
Codefresh has a public Docker image for kubectl at[Docker Hub](https://hub.docker.com/r/codefresh/kubectl/tags){:target="\_blank"} that you can use.
@@ -72,10 +71,25 @@ Deploy Helm charts
7271
Deploy the Helm chart to a Kubernetes cluster, Helm repo, or both.
7372

7473

75-
##Deployment dashboards
74+
##Dashboards
75+
Dashboards are key to providing the right information at the right time. Codefresh makes it easy to both access and visualize critical information for any CI/CD resource at any stage, at any level, and for anyone, from managers to DevOps engineers.
7676

77-
TBD
78-
<!--Dashboards are key to providing the right information at the right time.
77+
Kubernetes
78+
79+
Helm dashboards
80+
81+
Helm Releases
82+
The Helm Releases dashboard provides a unique view into your production Kubernetes cluster, and actions for deployed releases. See the current status of your cluster, including the currently deployed releases, their previous revisions with change tracking, and even roll back to a previous release.
83+
84+
Helm promotions
85+
Codefresh also comes with a special environment board that allows you to track one or more applications as they move within your infrastructure (e.g., Dev, QA, Prod).
86+
87+
The environment board can function both as an overview of the whole lifecycle of the application as well as a tool to shift-left/right Helm releases between environments.
88+
89+
**DORA metrics**
90+
91+
92+
<!--
7993
8094
Helm Boards
8195
@@ -90,4 +104,7 @@ Analytical Dashboards ~ Developers often need to reach out to the DevOps team to
90104
Kubernetes Services
91105
92106
Environments
93-
-->
107+
-->
108+
109+
110+
Second, we’re announcing The Universal Dashboard with DORA metrics. User’s of Codefresh’s GitOps Control Plane have enjoyed being able to navigate across many instances of GitOps runtimes (an enterprise version of Argo CD/Rollouts). We’re greatly amplifying those capabilities with the Universal Dashboard by automatically pulling out critical metrics. The holy grail of DevOps metrics are DORA (DevOps Research and Assessment) which include deployment frequency, lead time for changes, mean time to recovery, and change failure rate.

‎_docs/getting-started/ci-codefresh.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Running integration tests
1313
Security scans
1414
Code quality-->
1515

16-
Codefresh is a Continuous Integration/Delivery solution. This article reviews CI concepts and how Codefresh supports and implements them.
16+
Codefresh is a Continuous Integration/Delivery solution. This article reviewsmainCI concepts and how Codefresh supports and implements them.
1717

1818

1919

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp