Provisioning - CI/CD用語集の定義
プロビジョニングとは、インフラリソース(コンピュート、ストレージ、ネットワーク)を作成・構成し、ワークロードを実行できる状態にする行為です。
プロビジョニングとは、インフラリソース(コンピュート、ストレージ、ネットワーク)を作成・構成し、ワークロードを実行できる状態にする行為です。
IaC において、プロビジョニングとは Terraform のようなツールが設定を実際のクラウドリソースに変換するときに行うことです。
関連ガイド
Infrastructure as Code - CI/CD Glossary DefinitionInfrastructure as Code: Infrastructure as Code (IaC) is the practice of defining servers, networks, and cloud…
Orchestration - CI/CD Glossary DefinitionOrchestration: Orchestration is the automated coordination of multiple systems, services, or provisioning ste…
Apply (IaC) - CI/CD Glossary DefinitionApply (IaC): An apply executes the changes an IaC tool computed, creating, updating, or deleting real resourc…