You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,15 +69,15 @@ Devtron is designed to be modular, and its functionality can be easily extended
69
69
70
70
[Devtron CI/CD with GitOps](#install-devtron-with-cicd-integration) integration is used to automate the builds and deployments and enables the software development teams to focus on meeting the business requirements, code quality, and security.
71
71
72
-
* Devtron leverages Kubernetes auto-scaling and centralized caching to give you unlimited cost-efficient CI workers
73
-
* Supports pre-CI and post-CI integrations for code quality monitoring
74
-
* Seamlessly integrates with Clair for image vulnerability scanning
72
+
* Devtron leverages Kubernetes auto-scaling and centralized caching to give you unlimited cost-efficient CI workers.
73
+
* Supports pre-CI and post-CI integrations for code quality monitoring.
74
+
* Seamlessly integrates with Clair for image vulnerability scanning.
75
75
* Supports different deployment strategies: Blue/Green, Rolling, Canary, and Recreate.
76
-
* Implements GitOps to manage the state of Kubernetes applications
77
-
* Integrates with ArgoCD for continuous deployment
78
-
* Checks logs, events, and manifests or exec inside containers for debugging
76
+
* Implements GitOps to manage the state of Kubernetes applications,
77
+
* Integrates with ArgoCD for continuous deployment.
78
+
* Checks logs, events, and manifests or exec inside containers for debugging.
79
79
* Provides deployment metrics like; deployment frequency, lead time, change failure rate, and mean-time recovery.
80
-
* Seamlessly integration with Grafana for continuous application metrics like CPU and memory usage, status code, throughput, and latency on the dashboard
80
+
* Seamlessly integrates with Grafana for continuous application metrics like CPU and memory usage, status code, throughput, and latency on the dashboard.
Please refer to the document on how to [install Devtron with CI/CD](./docs/setup/install/install-devtron-with-cicd.md) for more information.
112
112
113
-
<br>
114
-
115
-
### Installation status
113
+
#### Installation status
116
114
117
-
The install commands start Devtron-operator, which takes about 20 minutes to spin up all of the Devtron microservices one by one. You can use the following command to check the status of the installation:
115
+
The above install command for CI/CD integration starts Devtron-operator, which takes about 20 minutes to spin up all of the Devtron microservices one by one. You can check the status of the installation with the following command:
118
116
119
117
```bash
120
118
kubectl -n devtroncd get installers installer-devtron \
0 commit comments