During a software deployment, a company wants to test the new features on a small percentage of its servers before rolling it out to everyone. Which deployment strategy aligns with this approach?

  • Blue-Green Deployment
  • Canary Deployment
  • Parallel Deployment
  • Rolling Deployment
Canary Deployment aligns with testing new features on a small percentage of servers before wider release. It involves releasing updates to a subset of users, allowing early feedback and minimizing the impact of potential issues.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *