sentenz / convention

General articles, conventions, and guides.
https://sentenz.github.io/convention/
Apache License 2.0
4 stars 2 forks source link

Create an article about `GitOps` of `Everything Ops (XOps)` #355

Open sentenz opened 1 week ago

sentenz commented 1 week ago

Category

GitOps

GitOps streamlines the deployment process by unifying development and operations under a single version-controlled system.

GitOps is a approach to automating infrastructure and application management using Git as a single source of truth. It leverages the principles of Git-based workflows to control and manage infrastructure and configuration deployments in a declarative manner. This process combines the best practices of DevOps, continuous integration (CI), and continuous delivery (CD), allowing for consistent and reliable infrastructure changes.

  1. Concepts and Features

Software agents or controllers monitor the Git repository for changes and synchronize the live environment with the desired state defined in Git.

Terminology

References