#controller
7 approved public terms with this tag.
Controller Runtime は GitOps の用語で the libraries and patterns used to build Kubernetes controllers. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes controller pattern.
Custom Resource は GitOps の用語で a Kubernetes API extension managed by controllers. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes controller pattern.
GitOps Controller は GitOps の用語で software that observes source and live state, then reconciles resources safely. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes controller pattern; Argo CD documentation; Flux documentation.
Reconcile Interval は GitOps の用語で how often a controller checks source and runtime state. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Flux documentation.
Reconciliation Loop は GitOps の用語で a controller loop that watches, compares, and applies changes until state is aligned. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes controller pattern; Argo CD documentation.
Suspended Reconciliation は GitOps の用語で a paused reconciliation loop that leaves state unchanged until resumed. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Flux documentation.
Work Queue は GitOps の用語で the controller queue of resources waiting for reconciliation. チーム、人間、エージェントが宣言されたソース状態と稼働中のシステムを比べ、証拠以上の成功を装わずに動けるようにします。 出典: Kubernetes controller pattern.