Promote a canary
good deployHop to the bastion, scale the canary up, watch the metrics, then promote it to stable.
mode
kubectl · good deploy · difficulty 4
ssh -A deploy@bastion.prod.internal
[email protected]:~$kubectl -n canary get deploy api-canary api-stable
[email protected]:~$kubectl -n canary scale deploy/api-canary --replicas=2
Enter submits a line · Tab then Enter restarts · Esc releases focus
Playing as a guest. Runs are saved against a device-local id — sign in with GitHub to keep your history and appear on the leaderboards.