Dark Launch - CI/CD Glossary Definition
A dark launch ships new code to production but keeps it hidden from users, often by sending real traffic to the new path without showing its output, to validate behavior and load before exposing the feature.
Example
Facebook popularized the term: it ran new backend code against live requests to measure performance, while users still saw the old experience.
Related guides
Traffic Shifting - CI/CD Glossary DefinitionTraffic Shifting: Traffic shifting is gradually routing a percentage of requests from an old version to a new…
Progressive Delivery - CI/CD Glossary DefinitionProgressive Delivery: Progressive delivery is releasing a change to an increasing share of users over time wh…