Intermediate Vocabulary #deployment #manner-adverbs #devops

Manner Adverbs in Deployment

5 exercises on manner adverbs that describe how operations are performed in DevOps and cloud contexts: the distinctions between "gradually", "automatically", "manually", and "asynchronously" are not interchangeable.

Key deployment adverb collocations
  • gradually roll out — incremental traffic increase; canary/progressive delivery
  • automatically scale — no human action; autoscaler triggers it
  • manually trigger — human initiates; canonical opposite of "automatically"
  • remotely access — over a network; SSH/VPN/RDP context
  • asynchronously process — non-blocking; caller does not wait for result
0 / 5 completed
1 / 5
A release engineer explains a deployment strategy:

"We don't switch all traffic at once. Instead, we ___ roll out the new version — starting at 1%, then 5%, then 25%, watching error rates at each step before going to 100%."

Which manner adverb describes a deployment that increases exposure incrementally over time?