How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Header based routing with Argo Rollouts and the Gateway API

calendar_today June 2, 2026 person Kostis Kapelonis domain argo

A new Gateway API plugin release for Argo Rollouts adds header-based routing capabilities, enabling traffic to be routed to specific users or groups during canary deployments by matching HTTP headers rather than using random request-based traffic splitting. This supports scenarios where organizations want granular control over which users see new versions first, such as geographic targeting or QA-only preview access. The plugin uses the newly added “name” property in Gateway API 1.2 to manage routing rules more reliably, eliminating previous race conditions caused by ConfigMap-based tracking.

open_in_new Read original post