Immutable Infrastructure - CI/CD 用語集の定義
immutable infrastructure はサーバーにその場でパッチを当てる代わりに新しく build したイメージで置き換えるため、デプロイが再現可能になり、rollback は単なる入れ替えで済みます。
関連ガイド
Infrastructure as Code (IaC) - CI/CD Glossary DefinitionInfrastructure as Code (IaC): Infrastructure as code is defining and provisioning infrastructure (servers, ne…
Image Digest - CI/CD Glossary DefinitionAn image digest is the immutable SHA-256 hash identifying an exact container image. Pinning to a digest guara…
Blue-Green Deployment - CI/CD Glossary DefinitionBlue-green deployment runs two identical environments and switches traffic from the old (blue) to the new (gr…