Define the new internet.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
1,322 definitions
Source State は GitOps の用語で the versioned configuration stored in Git or another trusted source. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles; Argo CD documentation.
“チームは昼食前に Source State を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Reconciliation は GitOps の用語で the repeated process of moving live state closer to desired state. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles; Kubernetes controller pattern; Flux documentation.
“チームは昼食前に Reconciliation を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Reconciliation Loop は GitOps の用語で a controller loop that watches, compares, and applies changes until state is aligned. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes controller pattern; Argo CD documentation.
“チームは昼食前に Reconciliation Loop を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Drift Detection は GitOps の用語で finding when live state differs from declared source state. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Argo CD documentation; Flux documentation.
“チームは昼食前に Drift Detection を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Drift Remediation は GitOps の用語で the safe correction of detected drift back toward declared state. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Argo CD documentation; Flux documentation.
“チームは昼食前に Drift Remediation を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Declarative Configuration は GitOps の用語で configuration that describes the intended result instead of step-by-step commands. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles; Argo CD documentation.
“チームは昼食前に Declarative Configuration を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Single Source of Truth は GitOps の用語で the trusted versioned location agents and people use to decide what should run. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles.
“チームは昼食前に Single Source of Truth を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Pull-Based Deployment は GitOps の用語で a deployment model where an in-cluster agent pulls desired state from source. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles; Flux documentation.
“チームは昼食前に Pull-Based Deployment を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
Push-Based Deployment は GitOps の用語で a deployment model where an outside system pushes changes into the runtime. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: OpenGitOps principles.
“チームは昼食前に Push-Based Deployment を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”
GitOps Controller は GitOps の用語で software that observes source and live state, then reconciles resources safely. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes controller pattern; Argo CD documentation; Flux documentation.
“チームは昼食前に GitOps Controller を使い、リリースがほどけた靴ひもで本番へ走らないようにした。”