Staging - CI/CD 用語集の定義
staging は、リリースを本番に出す前にエンドツーエンドで検証する本番相当の環境です。
関連ガイド
Canary Deployment - CI/CD Glossary DefinitionA canary deployment ships a new version to a small slice of traffic first, watching its health before rolling…
Smoke Test - CI/CD Glossary DefinitionSmoke Test: A smoke test is a small, fast check that verifies the most critical paths work at all, run right…
Blue-Green Deployment - CI/CD Glossary DefinitionBlue-green deployment runs two identical environments and switches traffic from the old (blue) to the new (gr…