Tagged articles
13 articles
Page 1 of 1
Su San Talks Tech
Su San Talks Tech
Oct 10, 2025 · Operations

How to Boost System Stability: Observability, Resilience, and High‑Availability Strategies

This comprehensive guide explains how to improve system stability and reduce online incidents by building observability, implementing distributed tracing, applying rate‑limiting and circuit‑breaker patterns, adopting blue‑green and gray deployments, managing data consistency with distributed transactions, planning capacity, optimizing performance, and preparing emergency response plans.

Deployment StrategiesDistributed TracingDistributed Transactions
0 likes · 19 min read
How to Boost System Stability: Observability, Resilience, and High‑Availability Strategies
ITPUB
ITPUB
Jan 2, 2025 · Databases

How OceanBase Partitioning Supercharged KPOS Report Performance

This article details the background, challenges, and technical solutions behind the partitioning redesign of the KPOS reporting system on OceanBase, covering deployment choices, parameter tuning, data migration, phased rollout, performance gains, encountered issues, and future scaling plans.

Data MigrationDeployment StrategiesOceanBase
0 likes · 26 min read
How OceanBase Partitioning Supercharged KPOS Report Performance
DevOps Cloud Academy
DevOps Cloud Academy
Aug 29, 2023 · Cloud Native

Achieving Zero‑Downtime Applications with Kubernetes

This article explains why and how to use Kubernetes features such as multiple pod replicas, PodDisruptionBudgets, deployment strategies, health probes, graceful termination, anti‑affinity, resource limits, and autoscaling to build zero‑downtime, highly available applications.

Deployment StrategiesHealth probesKubernetes
0 likes · 12 min read
Achieving Zero‑Downtime Applications with Kubernetes
Code Ape Tech Column
Code Ape Tech Column
Nov 8, 2022 · Operations

Designing Resilient Microservices: Fault Tolerance, Health Checks, and Reliability Patterns

This article explains how to build highly available microservice systems by addressing the risks of distributed architectures, employing graceful degradation, change management, health checks, self‑healing, failover caching, retry and rate‑limiting strategies, bulkhead and circuit‑breaker patterns, and continuous failure testing.

Deployment Strategiesfault tolerancehealth checks
0 likes · 18 min read
Designing Resilient Microservices: Fault Tolerance, Health Checks, and Reliability Patterns
Architecture Digest
Architecture Digest
May 9, 2022 · Backend Development

Graceful Shutdown and Gray Release Strategies with Spring Cloud and Eureka

This article explains how to achieve graceful service shutdown and gray release in production environments using Spring Cloud and Eureka, covering various shutdown methods, their limitations, and deployment techniques such as blue‑green, rolling, and canary deployments.

Deployment StrategiesGraceful Shutdowneureka
0 likes · 10 min read
Graceful Shutdown and Gray Release Strategies with Spring Cloud and Eureka
Programmer DD
Programmer DD
Apr 27, 2022 · Backend Development

Mastering Graceful Shutdown and Gray Release with Spring Cloud and Eureka

This article explains how to achieve elegant service shutdown and various gray‑release strategies—including /shutdown, /pause, /service‑registry endpoints and EurekaAutoServiceRegistration—while also covering blue‑green, rolling, and canary deployments for zero‑downtime upgrades.

Deployment StrategiesGraceful ShutdownSpring Cloud
0 likes · 11 min read
Mastering Graceful Shutdown and Gray Release with Spring Cloud and Eureka
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
JavaEdge
JavaEdge
Sep 27, 2020 · Operations

Mastering Blue‑Green, Canary, and Dark Launch Deployments: A Practical Guide

This article explains three key deployment strategies—Blue‑Green, Canary (gray release), and Dark Launch (feature toggles)—detailing their concepts, step‑by‑step traffic switching processes, rollback mechanisms, database considerations, and practical usage scenarios for reliable production releases.

Blue‑Green deploymentDark LaunchDeployment Strategies
0 likes · 10 min read
Mastering Blue‑Green, Canary, and Dark Launch Deployments: A Practical Guide
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jan 9, 2018 · Operations

Which Continuous Delivery Strategy Fits Your Team? A Deep Dive into 4 Deployment Methods

This article compares four common continuous delivery deployment approaches—minimum‑service deployment, rolling updates, blue/green deployment, and A/B testing—detailing their workflows, advantages, and drawbacks to help teams choose the most suitable method for their applications.

Blue‑Green deploymentContinuous DeliveryDeployment Strategies
0 likes · 8 min read
Which Continuous Delivery Strategy Fits Your Team? A Deep Dive into 4 Deployment Methods
Efficient Ops
Efficient Ops
Dec 3, 2017 · Cloud Native

How Netflix’s Spinnaker Powers Cloud‑Native Continuous Delivery

Spinnaker, Netflix’s open‑source continuous‑delivery platform, enables cloud‑native microservice teams to automate, test, and deploy applications across multiple clouds with features like blue‑green and canary releases, a modular microservice architecture, Slack notifications, Chaos Monkey integration, and Artifactory package management.

Cloud NativeDeployment StrategiesSpinnaker
0 likes · 8 min read
How Netflix’s Spinnaker Powers Cloud‑Native Continuous Delivery
DevOps
DevOps
Jun 5, 2017 · Operations

Design and Implementation of an Automated Deployment Framework in a DevOps Platform

This article explains the design and implementation of an automated deployment framework within a DevOps platform, covering background issues, requirement analysis, concept clarification of CI/CD, a three‑stage model (design, transition, operation), variable management, execution planning, deployment strategies such as blue‑green, rolling upgrade, canary, and rollback.

Automated DeploymentDeployment StrategiesDevOps
0 likes · 16 min read
Design and Implementation of an Automated Deployment Framework in a DevOps Platform