dark launch term
ship code in production but with traffic gated off
Code is in prod, behind a flag set to 0%. You can flip the flag to ship; you can flip it back to roll back; you can ramp traffic gradually. Reduces deploy risk by separating 'is the code there' from 'are users using it.' Foundation under canary, gradual rollout, and shadow traffic.