Tuesday, April 19, 2022

Implementing continuous blue/green deployments on Azure Container Apps by using GitHub Actions

 

Very interesting model using git hub actions and achieving blue/green deployments on Kubernetes and Azure  where test urls can be served and test new versions with green before moving to final production or roll back if needed.

After we have validated the new version we can slowly increase the traffic on our new green revision for production traffic. zero downtime deployments with great devops architecture.

Ref:

Implementing continuous blue/green deployments on Azure Container Apps by using GitHub Actions | by Dennis Zielke | Medium

No comments:

Post a Comment

Azure Key Vault integration with .NET Web App using Managed Identity

  Summary:  Very good article. How to integrate web app with key vault and clear steps on how to set up permissions . Further Reading:   New...