Pull-Based Deployment
Definitions
Pull-Based Deployment は GitOps の用語で a deployment model where an in-cluster agent pulls desired state from source. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles; Flux documentation.
“チームは昼食前に Pull-Based Deployment を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Related Terms
- Push-Based DeploymentGitOps and Release Engineering
Push-Based Deployment は GitOps の用語で a deployment model where an outside system pushes changes into the runtime. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Open...
- 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.