Skip to content

deployd支持灰度发布调度 #53

Description

@supermeng

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions