Leadership wants production traffic moved to the new tug-wait revision in equal steps every few minutes, not a tiny canary and not a single cutover. Which strategy fits?
Select an answer to reveal the explanation.
Short Explanation
Leadership wants production traffic moved in equal steps every few minutes. That is linear. Canary is a tiny bake then a jump, blue/green is one flip, and Polly is not a shift.
Full Explanation
Linear deployment moves traffic in even, timed steps. Canary uses a small bake then a jump. Blue/green is a cutover once the new environment is healthy. Polly is not a shift strategy.