#canaryreleases — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #canaryreleases, aggregated by home.social.
-
CI/CD Pipelines Explained: How to Ship Software Fast Without Breaking Everything
https://techlife.blog/posts/ci-cd-release-automation/
#CICD #DevOps #ContinuousIntegration #ContinuousDelivery #DeploymentStrategies #BlueGreenDeployment #CanaryReleases #FeatureFlags #InfrastructureAsCode #DORAMetrics
-
CI/CD Pipelines Explained: How to Ship Software Fast Without Breaking Everything
https://techlife.blog/posts/ci-cd-release-automation/
#CICD #DevOps #ContinuousIntegration #ContinuousDelivery #DeploymentStrategies #BlueGreenDeployment #CanaryReleases #FeatureFlags #InfrastructureAsCode #DORAMetrics
-
In a few words, the idea of #canaryreleases is to deliver a new software version to only a fraction of the users, analyze the results, and decide whether to proceed further or not.
In this post, I’d like to detail this introduction briefly, explain different ways to define the fraction, and show how to execute it with #ApacheAPISIX.