Tag

canary

0 views collected around this technical thread.

Top Architect
Top Architect
Aug 24, 2023 · Operations

Blue‑Green, Rolling, and Canary Deployment Strategies Overview

This article explains three common software release strategies—blue‑green deployment, rolling deployment, and canary (gray) deployment—detailing their principles, advantages, potential pitfalls, and practical considerations, while also contrasting them with A/B testing and noting related operational concerns.

A/B TestingSoftware Releaseblue-green
0 likes · 12 min read
Blue‑Green, Rolling, and Canary Deployment Strategies Overview
Architect's Guide
Architect's Guide
Jul 13, 2023 · Operations

Blue‑Green, Rolling, and Canary Deployment Strategies Explained

This article introduces common release strategies—blue‑green deployment, rolling updates, and canary (gray) releases—detailing their workflows, advantages, drawbacks, and practical considerations, and clarifies how they differ from A/B testing in modern software delivery.

A/B Testingblue-greencanary
0 likes · 9 min read
Blue‑Green, Rolling, and Canary Deployment Strategies Explained
Selected Java Interview Questions
Selected Java Interview Questions
Jul 4, 2023 · Operations

Blue‑Green, Rolling, and Canary Deployment Strategies Explained

The article introduces common release techniques—blue‑green, rolling, and canary (gray) deployments—explaining their principles, advantages, drawbacks, and practical considerations, and distinguishes them from A/B testing in modern software delivery pipelines.

AB testingblue-greencanary
0 likes · 11 min read
Blue‑Green, Rolling, and Canary Deployment Strategies Explained
DevOps
DevOps
Apr 18, 2023 · Operations

Decoupling Deployment and Release: Low‑Risk Release Strategies for DevOps

The article explains how separating code deployment from feature release reduces risk by describing deployment versus release concepts, low‑risk release goals, and detailed techniques such as environment‑based (blue‑green, canary, rolling) and application‑based (feature toggles, A/B testing, dark launch) strategies within DevOps.

Continuous Deliveryblue-greencanary
0 likes · 19 min read
Decoupling Deployment and Release: Low‑Risk Release Strategies for DevOps
DevOps
DevOps
Feb 6, 2023 · Operations

Microservice Testing Strategy: Pre‑Production and Production Approaches

This article explains how microservice architectures require a comprehensive testing strategy that combines traditional pre‑production tests—unit, integration, component, contract, and end‑to‑end—with production‑focused techniques such as fault injection, canary, blue‑green, and multivariate testing to ensure reliable continuous delivery.

Continuous Deliveryblue-greencanary
0 likes · 5 min read
Microservice Testing Strategy: Pre‑Production and Production Approaches
Code Ape Tech Column
Code Ape Tech Column
Feb 9, 2022 · Operations

Overview of Blue‑Green, Rolling, Canary, and A/B Testing Deployment Strategies

The article explains common release strategies—including blue‑green deployment, rolling updates, canary (gray) releases, and A/B testing—detailing their principles, advantages, limitations, and practical considerations for safely delivering new versions in production environments.

A/B TestingRolling Releaseblue-green
0 likes · 9 min read
Overview of Blue‑Green, Rolling, Canary, and A/B Testing Deployment Strategies
DevOps Cloud Academy
DevOps Cloud Academy
Dec 23, 2021 · Cloud Native

Deploying and Configuring the ingress-nginx Ingress Controller on Kubernetes

This guide explains the principles, installation via Helm, example deployments, authentication, URL rewriting, canary releases, TLS setup, TCP/UDP service exposure, and global configuration of the nginx-based ingress-nginx controller for Kubernetes clusters.

HelmNginxTCP/UDP
0 likes · 41 min read
Deploying and Configuring the ingress-nginx Ingress Controller on Kubernetes
Top Architect
Top Architect
Dec 12, 2021 · Operations

Blue‑Green, Rolling, and Canary Deployment Strategies Explained

This article introduces three common release strategies—blue‑green deployment, rolling deployment, and canary (gray) deployment—explaining their workflows, advantages, drawbacks, and practical considerations for safely updating production systems during iterative project releases.

blue-greencanarydeployment
0 likes · 10 min read
Blue‑Green, Rolling, and Canary Deployment Strategies Explained
Architecture Digest
Architecture Digest
Dec 10, 2021 · Operations

Common Deployment Strategies: Blue‑Green, Rolling, Canary (Gray) Release and A/B Testing

This article reviews the main deployment techniques—blue‑green, rolling, canary (gray) releases and A/B testing—explaining their principles, advantages, drawbacks, and practical considerations for safely delivering new versions during iterative project development.

A/B TestingRolling Releaseblue-green
0 likes · 10 min read
Common Deployment Strategies: Blue‑Green, Rolling, Canary (Gray) Release and A/B Testing
IT Architects Alliance
IT Architects Alliance
Nov 6, 2021 · Operations

Blue‑Green Deployment, Rolling Release, Canary Release, and A/B Testing: Key Strategies for Application Rollout

The article explains four major software release strategies—blue‑green deployment, rolling release, canary (gray) release, and A/B testing—detailing their principles, advantages, drawbacks, and practical considerations for safely rolling out new versions in production environments.

A/B TestingRolling Releaseblue-green
0 likes · 9 min read
Blue‑Green Deployment, Rolling Release, Canary Release, and A/B Testing: Key Strategies for Application Rollout
Top Architect
Top Architect
May 27, 2020 · Operations

Evolution of Zhihu's Deployment System: From Physical Machines to Cloud‑Native Blue‑Green Deployments

This article details the evolution of Zhihu's deployment platform, covering its early physical‑machine system, the transition to container orchestration with Kubernetes, and the implementation of blue‑green, canary, and pre‑release strategies that enable fast, reliable continuous deployment.

blue-greencanarycontinuous integration
0 likes · 15 min read
Evolution of Zhihu's Deployment System: From Physical Machines to Cloud‑Native Blue‑Green Deployments
Cloud Native Technology Community
Cloud Native Technology Community
Dec 25, 2019 · Cloud Native

Understanding Kubernetes Deployments, ReplicaSets, Pods and Advanced Deployment Strategies

This article explains how Kubernetes uses Deployments, ReplicaSets and Pods to manage containerized applications, covering basic object creation, scaling, rolling updates, readiness probes, rollback, maxSurge/maxUnavailable settings, and advanced strategies such as blue‑green and canary deployments.

PodReplicaSetblue-green
0 likes · 17 min read
Understanding Kubernetes Deployments, ReplicaSets, Pods and Advanced Deployment Strategies