Image Automation
Definitions
Image Automation 是 GitOps 术语,用来说明 updating deployment source when an allowed image version is available. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 Image Automation,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Image Tag DriftGitOps and Release Engineering
Image Tag Drift 是 GitOps 术语,用来说明 a mismatch between the image tag in source and the running image evidence. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- ImagePolicyGitOps and Release Engineering
ImagePolicy 是 GitOps 术语,用来说明 a Flux image automation rule that selects an image version. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- ImageUpdateAutomationGitOps and Release Engineering
ImageUpdateAutomation 是 GitOps 术语,用来说明 a Flux workflow that writes selected image updates back to Git. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- Semver Image PolicyGitOps and Release Engineering
Semver Image Policy 是 GitOps 术语,用来说明 an image selection rule based on semantic version ranges. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- 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.