In a CD pipeline, the deployment of APIs to production-like environments before the actual release is known as _________.

  • A/B Testing
  • Blue-Green Deployment
  • Canary Deployment
  • Feature Toggle
In a Canary Deployment, a new version of the API is gradually rolled out to a subset of users or servers before the full release. This helps identify issues early and minimize the impact on the entire system. It's a risk mitigation strategy in the CD pipeline.
Add your answer
Loading...

Leave a comment

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