Configuration Management - CI/CD用語集の定義
構成管理とは、Ansible、Chef、Puppet などのツールを使って、サーバーやソフトウェア(パッケージ、ファイル、サービス)の既知で一貫した状態を確立し維持するプロセスです。
構成管理とは、Ansible、Chef、Puppet などのツールを使って、サーバーやソフトウェア(パッケージ、ファイル、サービス)の既知で一貫した状態を確立し維持するプロセスです。
プロビジョニングがインフラを作成するのに対し、構成管理はすでに稼働しているものを時間の経過とともに望ましい形に保ちます。
関連ガイド
Infrastructure as Code - CI/CD Glossary DefinitionInfrastructure as Code: Infrastructure as Code (IaC) is the practice of defining servers, networks, and cloud…
Desired State - CI/CD Glossary DefinitionDesired State: Desired state is the target configuration you declare for a system: the resources, versions, a…
Configuration Drift - CI/CD Glossary DefinitionConfiguration Drift: Drift is the divergence between a system's real configuration and the state declared in…