Commit Provenance
Definitions
Commit Provenance 是 GitOps 术语,用来说明 evidence about who created a commit, when it happened, and what it changed. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Commit Provenance,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Commit SHA PinningGitOps and Release Engineering
Commit SHA Pinning 是 GitOps 术语,用来说明 locking deployment source to a precise Git commit identifier. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Manifest DigestGitOps and Release Engineering
Manifest Digest 是 GitOps 术语,用来说明 a content hash that identifies a specific manifest or artifact. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
- Admission PolicyGitOps and Release Engineering
Admission Policy 是 GitOps 术语,用来说明 a rule that evaluates resources before they are accepted by the cluster. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller ...
- App of AppsGitOps and Release Engineering
App of Apps 是 GitOps 术语,用来说明 a GitOps pattern where one parent application manages child applications. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- ApplicationSetGitOps and Release Engineering
ApplicationSet 是 GitOps 术语,用来说明 an Argo CD pattern for generating many related applications from a template. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentatio...
- Argo CD ApplicationGitOps and Release Engineering
Argo CD Application 是 GitOps 术语,用来说明 an Argo CD object that describes source, destination, and sync behavior for an app. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD ...