GitOps Reconciliation - CI/CD用語集の定義
GitOpsリコンシリエーションとは、コントローラがクラスタの実際の状態とGitで宣言された望ましい状態を比較し、クラスタをその状態へと収束させる継続的なループです。
GitOpsリコンシリエーションとは、コントローラがクラスタの実際の状態とGitで宣言された望ましい状態を比較し、クラスタをその状態へと収束させる継続的なループです。
GitOpsリコンシリエーションとは、コントローラがクラスタの実際の状態とGitで宣言された望ましい状態を比較し、クラスタをその状態へと収束させる継続的なループです。
ツール
Argo CDとFluxはリコンシリエーションループを実行し、差分を検出してGitで宣言されたマニフェストを再適用します。これにより、Gitがデプロイの単一の信頼できる情報源であり続けます。
関連ガイド
Drift Detection - CI/CD Glossary DefinitionDrift Detection: Drift detection compares the real state of infrastructure against the declared configuration…
Sealed Secret - CI/CD Glossary DefinitionSealed Secret: A sealed secret is a secret encrypted with a controller-held public key so the ciphertext can…
Progressive Delivery - CI/CD Glossary DefinitionProgressive Delivery: Progressive delivery rolls out a change to a growing subset of users while measuring he…