Tagged articles
2 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Sep 22, 2025 · Operations

Master Canary Deployments with Argo Rollout: A Step‑by‑Step Guide

This guide explains how to implement canary releases on Kubernetes using Argo Rollout, covering manual setup of production and canary environments, traffic splitting via Ingress annotations, and fully automated rollout steps with weight adjustments, pauses, and promotion to production.

Argo RolloutAutomationDevOps
0 likes · 16 min read
Master Canary Deployments with Argo Rollout: A Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Mar 25, 2025 · Cloud Native

Mastering Canary Releases with Argo Rollout: A Step‑by‑Step Guide

This article explains the concept of canary (gray) releases, shows how to set up separate production and canary environments on Kubernetes, configure traffic splitting via Ingress annotations or headers, and automate the whole process with Argo Rollout, including detailed YAML examples and verification commands.

Argo RolloutDeployment AutomationIngress
0 likes · 17 min read
Mastering Canary Releases with Argo Rollout: A Step‑by‑Step Guide