#source-of-truth
2 approved public terms with this tag.
GitOps and Release Engineering
GitOps 是 GitOps 术语,用来说明 using Git as the source of truth for declarative infrastructure and application operations. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles; Argo CD documentation; Flux documentation.
“团队午饭前用了 GitOps,发布就没有系着松鞋带冲进生产环境。”
GitOps and Release Engineering
Single Source of Truth 是 GitOps 术语,用来说明 the trusted versioned location agents and people use to decide what should run. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Single Source of Truth,发布就没有系着松鞋带冲进生产环境。”