Tagged articles

Canary

28 articles · Page 1 of 1
Cloud Architecture
Cloud Architecture
Aug 4, 2026 · Cloud Native

From 10 to 1000 Deployments a Day: A Practical Guide to High‑Frequency Kubernetes CI/CD Architecture

This article analyses why traditional CI/CD pipelines become a bottleneck when services grow to hundreds, outlines a production‑grade, four‑plane architecture for Kubernetes that delivers declarative, auditable, concurrent, rollback‑able, gray‑scale, and extensible high‑frequency deployments, and provides concrete examples, code snippets, and a step‑by‑step rollout plan.

ArgoCDCI/CDCanary
0 likes · 37 min read
From 10 to 1000 Deployments a Day: A Practical Guide to High‑Frequency Kubernetes CI/CD Architecture
Cloud Architecture
Cloud Architecture
Jun 5, 2026 · Cloud Native

Kubernetes Rolling Updates & Rollbacks: From Deployment Mechanics to Release

Rolling updates in Kubernetes go beyond simple image changes, requiring a coordinated strategy across control planes, scheduling, service discovery, traffic routing, and application lifecycle; this article dissects Deployment mechanics, readiness probes, capacity modeling, and practical configurations to build a safe, observable, and controllable production release system.

BlueGreenCanaryKubernetes
0 likes · 31 min read
Kubernetes Rolling Updates & Rollbacks: From Deployment Mechanics to Release
Cloud Architecture
Cloud Architecture
May 15, 2026 · Cloud Native

Production‑Ready Guide to Global Multi‑Cluster Kubernetes with Istio Canary Releases

This article walks through the practical steps for building a production‑grade global multi‑cluster Kubernetes deployment using Istio multi‑primary, east‑west gateways, and Argo Rollouts, covering traffic routing, canary releases, high‑concurrency tuning, observability, data consistency, and operational best practices for large‑scale e‑commerce order services.

CanaryIstioKubernetes
0 likes · 34 min read
Production‑Ready Guide to Global Multi‑Cluster Kubernetes with Istio Canary Releases
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 testingBlue-GreenCanary
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
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.

Blue-GreenCanarycontinuous-delivery
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.

Blue-GreenCanaryContinuous Delivery
0 likes · 5 min read
Microservice Testing Strategy: Pre‑Production and Production Approaches
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-GreenCanaryOperations
0 likes · 10 min read
Blue‑Green, Rolling, and Canary Deployment Strategies Explained
MaGe Linux Operations
MaGe Linux Operations
Nov 27, 2021 · Cloud Native

Master Kubernetes Deployment Strategies: Rolling Update, Recreate, Blue‑Green & Canary

This tutorial explains Kubernetes deployment strategies—including Rolling Update, Recreate, Blue‑Green, and Canary—detailing their concepts, configuration files, kubectl commands, and best‑practice considerations for reliable, zero‑downtime application releases. It also covers prerequisites, readiness probes, and how to verify rollout status using kubectl.

Blue-GreenCanaryDevOps
0 likes · 20 min read
Master Kubernetes Deployment Strategies: Rolling Update, Recreate, Blue‑Green & Canary
IT Architects Alliance
IT Architects Alliance
Nov 15, 2021 · Cloud Native

Master Kubernetes Deployment Strategies: Rolling Update, Recreate, Blue‑Green & Canary

This tutorial explains Kubernetes deployment strategies—including Rolling Update, Recreate, Blue‑Green, and Canary—by covering their concepts, configuration YAML files, kubectl commands, advantages, trade‑offs, and practical examples to help you choose the right approach for reliable application releases.

Blue-GreenCanaryDeployment Strategies
0 likes · 18 min read
Master Kubernetes Deployment Strategies: Rolling Update, Recreate, Blue‑Green & Canary
MaGe Linux Operations
MaGe Linux Operations
Mar 7, 2021 · Cloud Native

Mastering Canary Deployments with Ingress-Nginx Annotations in Kubernetes

This article explains how to implement blue‑green and canary releases on Kubernetes using Ingress‑Nginx’s annotation‑based canary feature, covering weight‑based traffic splitting, header‑ and cookie‑driven routing, with step‑by‑step YAML examples and command‑line testing for validation.

A/B testingBlue-GreenCanary
0 likes · 17 min read
Mastering Canary Deployments with Ingress-Nginx Annotations in Kubernetes
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.

Blue-GreenCanaryKubernetes
0 likes · 17 min read
Understanding Kubernetes Deployments, ReplicaSets, Pods and Advanced Deployment Strategies
dbaplus Community
dbaplus Community
Dec 4, 2017 · Operations

Mastering Blue‑Green, Rolling, and Canary Deployments for Game Services

This article explains the concepts, processes, and practical steps of blue‑green, rolling, and canary deployments, illustrates a game‑service topology, and details how to achieve high‑availability gateway discovery and service‑layer gray releases using Consul, Consul‑Template, Nginx, and Dubbo.

Blue-GreenCanaryConsul
0 likes · 13 min read
Mastering Blue‑Green, Rolling, and Canary Deployments for Game Services