Environment Parity - CI/CD用語集の定義
環境パリティは、開発、staging、本番を依存関係、設定、データの形状においてできる限り似せておくことで、ある環境で通るコードが別の環境でも同じように振る舞うようにすることです。「自分のマシンでは動く」という驚きを減らします。
Twelve-Factorの見方
twelve-factor appの方法論は「dev/prodパリティ」を求め、コードを書いてから本番で実行するまでの時間、担当者、ツールの差を最小化します。
関連ガイド
Twelve-Factor App - CI/CD Glossary DefinitionTwelve-Factor App: The twelve-factor app is a methodology of twelve principles for building portable, scalabl…
Ephemeral Environment - CI/CD Glossary DefinitionEphemeral Environment: An ephemeral environment is a short-lived, isolated copy of an application stood up on…
Configuration Drift - CI/CD Glossary DefinitionConfiguration Drift: Configuration drift is the gradual divergence of a running system from its intended, ver…