Comprehensive guide on the Deployment Jobs strategies in Azure DevOps multi-stage YAML


LearnAzureDevOps-O5

Comprehensive guide on the Deployment Jobs strategies in Azure DevOps multi-stage YAML

In Azure DevOps Multi-stage YAML pipelines, various deployment strategies can be employed to optimize the deployment process. Below is an exploration of RunOnce, Rolling, and Canary deployment strategies, along with a specific example of Canary Deployment for AKS.

1. RunOnce Deployment Strategy

RunOnce:

This strategy is useful for tasks that should be executed only once, such as initialization, configuration setup, or infrastructure deployment.

2. Rolling Deployment Strategy

Rolling:

Deploy updates incrementally to minimize risk by moving from lower environments to higher environments, ensuring stability at each stage.

3. Canary Deployment Strategy

Canary:

Gradually deploy updates to a small, controlled subset of users or resources to validate changes before full rollout.

4. Canary Deployment for AKS

Canary for AKS:

Similar to Canary deployment, but specifically for AKS environments, where only a subset of Kubernetes pods are updated and monitored.

Summary of Strategies

  1. RunOnce: Ideal for setting up configurations, infrastructure, or one-time jobs.

  2. Rolling: Deploying updates incrementally, ensuring stability at each step.

  3. Canary: Deploying a small portion of resources or users to validate changes before full deployment.

  4. Canary for AKS: A specialized version of Canary for Kubernetes, validating and monitoring updates in AKS environments.

Related Articles


Rajnish, MCT

Leave a Reply

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


SUBSCRIBE

My newsletter for exclusive content and offers. Type email and hit Enter.

No spam ever. Unsubscribe anytime.
Read the Privacy Policy.