GitOps
Definitions
GitOps は GitOps の用語で using Git as the source of truth for declarative infrastructure and application operations. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles; Argo CD documentation; Flux documentation.
“チームは昼食前に GitOps を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Related Terms
- Single Source of TruthGitOps and Release Engineering
Single Source of Truth は GitOps の用語で the trusted versioned location agents and people use to decide what should run. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典:...
- Admission PolicyGitOps and Release Engineering
Admission Policy は GitOps の用語で a rule that evaluates resources before they are accepted by the cluster. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes c...
- App of AppsGitOps and Release Engineering
App of Apps は GitOps の用語で a GitOps pattern where one parent application manages child applications. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Argo CD document...
- ApplicationSetGitOps and Release Engineering
ApplicationSet は GitOps の用語で an Argo CD pattern for generating many related applications from a template. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Argo CD do...
- Argo CD ApplicationGitOps and Release Engineering
Argo CD Application は GitOps の用語で an Argo CD object that describes source, destination, and sync behavior for an app. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典...
- Audit TrailGitOps and Release Engineering
Audit Trail は GitOps の用語で the recorded sequence of changes, approvals, and system actions. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles.