GitOps and Release Engineering
105 approved public terms in this category.
Release Freeze 是 GitOps 术语,用来说明 a period when normal releases are paused to reduce risk. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Release Freeze,发布就没有系着松鞋带冲进生产环境。”
Repo Per Environment 是 GitOps 术语,用来说明 a GitOps layout where each environment has its own repository boundary. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Repo Per Environment,发布就没有系着松鞋带冲进生产环境。”
Required Check 是 GitOps 术语,用来说明 a status check that must pass before a source change can merge. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Required Check,发布就没有系着松鞋带冲进生产环境。”
Resource Pruning 是 GitOps 术语,用来说明 the controlled deletion of unmanaged or removed resources during sync. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Resource Pruning,发布就没有系着松鞋带冲进生产环境。”
Roll Forward 是 GitOps 术语,用来说明 fixing an issue by moving to a newer corrected version instead of going backward. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Roll Forward,发布就没有系着松鞋带冲进生产环境。”
Rollback 是 GitOps 术语,用来说明 returning to a previous known configuration or artifact version. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Rollback,发布就没有系着松鞋带冲进生产环境。”
SBOM Gate 是 GitOps 术语,用来说明 a release check that requires software bill of materials evidence before promotion. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 SBOM Gate,发布就没有系着松鞋带冲进生产环境。”
Sealed Secrets 是 GitOps 术语,用来说明 encrypted Kubernetes secrets that a controller can decrypt inside the cluster. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Sealed Secrets,发布就没有系着松鞋带冲进生产环境。”
Secret Sealing 是 GitOps 术语,用来说明 encrypting a secret so it can be safely stored in a repository. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Secret Sealing,发布就没有系着松鞋带冲进生产环境。”
Self-Heal 是 GitOps 术语,用来说明 automatic correction when live state drifts away from source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Self-Heal,发布就没有系着松鞋带冲进生产环境。”
Semver Image Policy 是 GitOps 术语,用来说明 an image selection rule based on semantic version ranges. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 Semver Image Policy,发布就没有系着松鞋带冲进生产环境。”
Signed Commit 是 GitOps 术语,用来说明 a Git commit with cryptographic proof of author or system identity. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Signed Commit,发布就没有系着松鞋带冲进生产环境。”
Signed Image 是 GitOps 术语,用来说明 a container image with cryptographic proof attached to the artifact. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Signed Image,发布就没有系着松鞋带冲进生产环境。”
Single Source of Truth 是 GitOps 术语,用来说明 the trusted versioned location agents and people use to decide what should run. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Single Source of Truth,发布就没有系着松鞋带冲进生产环境。”
SOPS 是 GitOps 术语,用来说明 a file encryption workflow used to protect secrets in GitOps repositories. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 SOPS,发布就没有系着松鞋带冲进生产环境。”
Source Controller 是 GitOps 术语,用来说明 a Flux controller that fetches and exposes source artifacts. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 Source Controller,发布就没有系着松鞋带冲进生产环境。”
Source State 是 GitOps 术语,用来说明 the versioned configuration stored in Git or another trusted source. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles; Argo CD documentation.
“团队午饭前用了 Source State,发布就没有系着松鞋带冲进生产环境。”
Supply Chain Policy 是 GitOps 术语,用来说明 rules that decide which code, images, dependencies, and sources can be released. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Supply Chain Policy,发布就没有系着松鞋带冲进生产环境。”
Suspended Reconciliation 是 GitOps 术语,用来说明 a paused reconciliation loop that leaves state unchanged until resumed. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 Suspended Reconciliation,发布就没有系着松鞋带冲进生产环境。”
Sync Hook 是 GitOps 术语,用来说明 a controlled action that runs at a particular point in a sync lifecycle. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Sync Hook,发布就没有系着松鞋带冲进生产环境。”