Tag

Progressive Delivery

0 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Oct 11, 2023 · Cloud Native

A/B Testing with Argo Rollouts Experiments for Progressive Delivery

This article explains how to perform data‑driven A/B testing in progressive delivery using Argo Rollouts Experiments, covering the concepts of progressive delivery, A/B testing fundamentals, the Argo Rollouts architecture, required Kubernetes resources, and step‑by‑step commands and YAML manifests for a weather‑app example.

A/B testingArgo RolloutsCanary Deployment
0 likes · 19 min read
A/B Testing with Argo Rollouts Experiments for Progressive Delivery
DevOps Cloud Academy
DevOps Cloud Academy
Jul 11, 2023 · Cloud Native

A/B Testing with Argo Rollouts Experiments for Progressive Delivery

This article explains how to perform data‑driven A/B testing in progressive delivery using Argo Rollouts Experiments on Kubernetes, covering the concepts, required resources, YAML manifests, command‑line steps, and the benefits of combining A/B tests with canary deployments.

A/B testingArgo RolloutsCanary Deployment
0 likes · 17 min read
A/B Testing with Argo Rollouts Experiments for Progressive Delivery
ByteDance Data Platform
ByteDance Data Platform
Apr 20, 2022 · Operations

How Progressive Delivery Cuts Release Risk While Accelerating Iterations

This article explains progressive delivery and feature‑flag based smart release, showing how controlled rollout pace and stage authorization reduce deployment risk, enable rapid iteration, and integrate with CI/CD, A/B testing, and monitoring for safer software releases.

CI/CDFeature FlagsProgressive Delivery
0 likes · 17 min read
How Progressive Delivery Cuts Release Risk While Accelerating Iterations
DevOps Cloud Academy
DevOps Cloud Academy
Oct 26, 2021 · Cloud Native

Progressive Delivery with Spinnaker: Principles, Architecture, and Implementation

This article explains the concept of progressive delivery, its industrial origins, how cloud‑native tools like Kubernetes, Traefik and Spinnaker enable automated A/B testing, canary and gray releases, and the practical benefits for developers, operations, and product teams when releasing features to millions of users.

A/B testingCI/CDCloud Native
0 likes · 9 min read
Progressive Delivery with Spinnaker: Principles, Architecture, and Implementation
DevOps Cloud Academy
DevOps Cloud Academy
Aug 4, 2021 · Cloud Native

Argo Rollouts: Advanced Deployment Strategies for Kubernetes

Argo Rollouts is a Kubernetes operator that adds blue‑green, canary, analysis, experiment, and progressive delivery capabilities, offering automated GitOps‑driven rollouts, detailed implementation principles, architecture components, installation steps, and practical usage examples with code snippets for cloud‑native applications.

Argo RolloutsCanary DeploymentGitOps
0 likes · 19 min read
Argo Rollouts: Advanced Deployment Strategies for Kubernetes
Ops Development Stories
Ops Development Stories
Dec 11, 2020 · Cloud Native

Mastering Canary and Blue‑Green Deployments with Argo Rollouts on Kubernetes

This guide explains what Argo Rollouts is, how to install it, and demonstrates step‑by‑step canary, blue‑green, and traffic‑shifting deployments on Kubernetes using NGINX Ingress, including commands for updating, promoting, aborting, and rolling back releases.

Argo RolloutsBlue-Green DeploymentCanary Deployment
0 likes · 20 min read
Mastering Canary and Blue‑Green Deployments with Argo Rollouts on Kubernetes