cc0011 在 基于OpenKruise Rollout 和 AWS Gateway API 实现的金丝雀(Canary)灰度发布 中发帖
一、概述
基于 OpenKruise Rollout 和 AWS Gateway API 实现的金丝雀(Canary)灰度发布。基于 HTTP Header 的流量控制,实现精细化的灰度发布策略。
二、架构组件
核心技术栈
Kubernetes: 容器编排平台
OpenKruise Rollout: 渐进式交付控制器
AWS Load Balancer Controller: AWS ALB 集成
Gateway API: Kubernetes 标准网关 API
部署架构
Internet → AWS ALB (Gateway) → HTTPRoute → Service (Stable/Canary) → Pods
三、资源清单
资源类型
资源名称
命名空间
用途
Deployment
demo
demo-release
应用工作负载
Service
dem...