When waypoint deploys, it is some sort of a blue green deployment. It creates a new deployment and then change the tag in the service.
I was wondering if there is anything more to implement to have a perfect blue green deployment.?
And how do you automaticaly delete the old deployment on kubernetes to have a complete ci/cd?
I had the intention to use it in a ci/cd. It seems more straight forward and easier to work with.
I don’t see why i would use it in a dev environment when working with a team since we push and trigger pipelines for anything.