Definitions
Supply Chain Policy は GitOps の用語で rules that decide which code, images, dependencies, and sources can be released. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles.
“チームは昼食前に Supply Chain Policy を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Supply Chain Policy is a GitOps term for rules that decide which code, images, dependencies, and sources can be released. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
“The team used Supply Chain Policy before lunch, so the release did not sprint into production wearing untied shoes.”
Related Terms
- Admission PolicyGitOps and Release Engineering
Admission Policy は GitOps の用語で a rule that evaluates resources before they are accepted by the cluster. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes c...
- Kyverno PolicyGitOps and Release Engineering
Kyverno Policy は GitOps の用語で a Kubernetes-native policy rule for validating, mutating, or generating resources. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kube...
- OPA GatekeeperGitOps and Release Engineering
OPA Gatekeeper は GitOps の用語で a Kubernetes policy system often used to enforce admission constraints. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes cont...
- Policy as CodeGitOps and Release Engineering
Policy as Code は GitOps の用語で security, compliance, or release rules written as versioned machine-readable code. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Open...
- SBOM GateGitOps and Release Engineering
SBOM Gate は GitOps の用語で a release check that requires software bill of materials evidence before promotion. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitO...
- Signed ImageGitOps and Release Engineering
Signed Image は GitOps の用語で a container image with cryptographic proof attached to the artifact. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principle...