QuestionQ1

DevOps Fundamentals

A team has just built a new feature for the company’s primary web application. An IT associate wants to test the feature by making it available to only 10% of users. If it operates without issues for one week, the associate will make it available to all users. Which release type should be used to accomplish this goal?

  • A Canary release
  • B Experimental release
  • C Alpha release
  • D Beta release
Explanation

A canary release routes a small percentage of production users to the new version for validation and monitoring, then sends the remaining traffic to it after the canary period succeeds.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!