コンテンツへスキップ

#source-of-truth

2 approved public terms with this tag.

GitOps は GitOps の用語で using Git as the source of truth for declarative infrastructure and application operations. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles; Argo CD documentation; Flux documentation.

チームは昼食前に GitOps を使い、リリースがほどけた靴ひもで本番へ走らないようにした。

Single Source of Truth は GitOps の用語で the trusted versioned location agents and people use to decide what should run. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles.

チームは昼食前に Single Source of Truth を使い、リリースがほどけた靴ひもで本番へ走らないようにした。