Difference between revisions of "Kubernetes Canary Deployments"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
image: gb-frontend:v4 | image: gb-frontend:v4 | ||
+ | == Errors == | ||
+ | * <code>[[Error: creating Synthetics Canary]]</code> | ||
== Related terms == | == Related terms == |
Revision as of 13:09, 11 March 2024
name: frontend replicas: 3 ... labels: app: guestbook tier: frontend track: stable ... image: gb-frontend:v3 and then you can create a new release of the guestbook frontend that carries the track label with different value (i.e. canary), so that two sets of pods would not overlap: name: frontend-canary replicas: 1 ... labels: app: guestbook tier: frontend track: canary ... image: gb-frontend:v4
Errors
Related terms
See also
Advertising: