March 2020
Intermediate to advanced
626 pages
14h 45m
English
Canary deployment is related to dark launches or friends-and-family testing, in which only a few people are given access to new features without their knowledge. Let's apply the principle of traffic shifting to a canary deployment:
# Script: 14-service-splitter-canary.hclkind = "service-splitter",name = "api"splits = [ { weight = 99, service_subset = "v1" }, { weight = 1, service_subset = "v2" }]
Read now
Unlock full access