blue/green deployment for Azure Kubernetes through ADO pipeline

Ganesh Sharma 21 Reputation points
2021-12-09T17:47:08.273+00:00

I need some help and would like some inputs.

For my project, I am looking for blue/green deployment to Azure Kubernetes from the ADO pipeline. I have looked at the Azure pipeline but there is no option for blue/green deployment however I could see the Canary deployment option there.

I am referring to the below doc for Azure Kubernetes deployment strategies-
https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/kubernetes/canary-demo?view=azure-devops&tabs=yaml

Can you please get some link/ Microsoft documents for blue/green deployment to Azure K8S resources through ADO Pipeline?

Your help will be highly appreciated.

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,866 questions
0 comments No comments
{count} votes

Accepted answer
  1. SRIJIT-BOSE-MSFT 4,326 Reputation points Microsoft Employee
    2021-12-10T04:48:18.537+00:00

    @Ganesh Sharma , thank you for your question.

    Although currently there is no Microsoft document which shares detailed instructions on blue-green deployments to Azure Kubernetes Service through Azure DevOps Pipelines, here is an Azure Sample: Guide to "blue-green" and "canary" deployments using GitHub Actions

    Additionally you can check out this blog post: Continuous Kubernetes blue-green deployments on Azure using Nginx, AppGateway or TrafficManager — part 2

    ----
    ​Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as convenient to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.

    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

    ----
    Hope this helps.

    Please "Accept as Answer" if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. henry crist 0 Reputation points
    2022-01-22T06:11:53.057+00:00

    Also need this. Got the answer in detail. Thanks

    0 comments No comments