We’ve been trying to use bluegreen deploy strategy but we’re running into a lot of problems:
- Often it results in more than the expected number of machines, some of them running the new build and some still running the old
- It often fails because machines are not on the same version (which is the situation it created)
We’re going to switch back to rolling, but it feels like bluegreen should be marked as beta or experimental in the docs to prevent wasted time or unexpected production app behavior.