- make new green deployment (e.g. by copying blue deployment manifest)
- update labels in metadata section
- verify it is working
- update the service to point to green deployment (labels)
- curl worker node, ensure instances of only green deployment is returned
- Create a canary Deployment setup for existing deployment, by copy manifest file for existing deployment
- ensure replica counts are correct in both deployments
- potentially remove env in svc, only keeping app name
- curl worker node, ensure instances of both deployments are returned