Skip to content

deployd支持灰度发布调度 #53

@supermeng

Description

@supermeng

初步设计:
增加canaries依赖,其proc结构与正常podgroup一致,
新增canaries配置:
strategy: (灰度策略)

灰度策略接口://将符合指定策略规则的流量打到灰度容器中
func type() StrategyType // 策略类型. ex: IP, Cookie .etc
func rule() interface{} // 策略规则. ex: hash(IP), isCanary==true(Cookie) .etc

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions