Skip to content

Commit 7f8ff7c

Browse files
Merge pull request #4004 from shaedrich/gitops
Add topic "gitops"
2 parents 7ddc751 + d6b1bd0 commit 7f8ff7c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

topics/gitops/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
display_name: GitOps
3+
short_description: GitOps is an operational framework that takes DevOps best practices and applies them to infrastructure automation.
4+
topic: gitops
5+
related: devops, winops, git, gitflow, devsecops, infrastructure-automation, infrastructure-as-code, containerization, monitoring, observability
6+
wikipedia_url: https://en.wikipedia.org/wiki/gitops
7+
---
8+
**GitOps** is an operational framework that takes DevOps best practices used for application development such as version control, collaboration, compliance, and CI/CD, and applies them to infrastructure automation. GitOps uses Git repositories as a single source of truth to deliver infrastructure as code.
9+
10+
# GitOps delivers:
11+
* A standard workflow for application development
12+
* Increased security for setting application requirements upfront
13+
* Improved reliability with visibility and version control through Git
14+
* Consistency across any cluster, any cloud, and any on-premise environment
15+
16+
# Key components of a GitOps workflow
17+
18+
There are four key components to a GitOps workflow, a Git repository, a continuous delivery (CD) pipeline, an application deployment tool, and a monitoring system.
19+
* The Git repository is the source of truth for the application configuration and code.
20+
* The CD pipeline is responsible for building, testing, and deploying the application.
21+
* The deployment tool is used to manage the application resources in the target environment.
22+
* The monitoring system tracks the application performance and provides feedback to the development team.
23+
24+

0 commit comments

Comments
 (0)