# Progressive Delivery with Argo Rollouts, Isovalent and Gateway API

DevFeed: [Progressive Delivery with Argo Rollouts, Isovalent and Gateway API](<https://devfeed.tech/articles/progressive-delivery-with-argo-rollouts-isovalent-and-gateway-api-31325.md>)

Original publisher: [Read original article](<https://isovalent.com/blog/post/argo-rollouts-and-gateway-api/>)

Author: Christian Hernandez

Published: 2026-08-06T07:01:00Z

Content type: tutorial

Language: en

Sources: [Isovalent - The latest articles covering eBPF-based Networking, Observability, and Security](<https://devfeed.tech/sources/isovalent-the-latest-articles-covering-ebpf-based-networking-observability-and-security.md>)

Topics: [progressive delivery](<https://devfeed.tech/topics/progressive-delivery.md>), [Argo Rollouts](<https://devfeed.tech/topics/argo-rollouts.md>), [gateway](<https://devfeed.tech/topics/gateway.md>)

Tags: [argo-rollouts](<https://devfeed.tech/tags/argo-rollouts.md>), [delivery](<https://devfeed.tech/tags/delivery.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [progressive-delivery](<https://devfeed.tech/tags/progressive-delivery.md>)

## AI overview

This article explains how progressive delivery controls traffic to newly deployed Pods, focusing on header-based canary deployments with Argo Rollouts and Gateway API.

## Source excerpt

Progressive delivery is not only about creating the new Pods, it is also about controlling which traffic reaches them. This blog explores Header-based canaries with Argo Rollouts and Gateway API