Declarative Configuration - CI/CD用語集の定義
宣言的設定は、実行するコマンドを列挙するのではなく、システムの望ましい最終状態を記述し、そこに到達する手順はツールに任せます。
宣言的設定は、実行するコマンドを列挙するのではなく、システムの望ましい最終状態を記述し、そこに到達する手順はツールに任せます。
Terraform や Kubernetes のマニフェストは宣言的です。望むものを宣言すると、エンジンが現実をそれに向けて調整します。
関連ガイド
Desired State - CI/CD Glossary DefinitionDesired State: Desired state is the target configuration you declare for a system: the resources, versions, a…
Reconciliation Loop - CI/CD Glossary DefinitionReconciliation Loop: A reconciliation loop is a control mechanism that repeatedly compares desired state to c…
Infrastructure as Code - CI/CD Glossary DefinitionInfrastructure as Code: Infrastructure as Code (IaC) is the practice of defining servers, networks, and cloud…