Files
nexus/wiki/concepts/GitOps.md
2026-04-16 17:30:41 +08:00

599 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
GitOps concept
DevOps
Git
基础设施
部署
DevOps-Culture-and-Transformation.md
2025-03-02

Definition

GitOps 是一种使用 Git 作为单一真相源Single Source of Truth来管理基础设施和部署的文化理念和运维框架所有配置和部署声明都存储在 Git 仓库中。

Key Principles关键原则

  • 声明式基础设施
  • Git 作为单一真相源
  • 自动同步和部署
  • 可审计和可回滚