figurate / bedrock

A solid foundation for great Cloud architectures
https://www.micronode.org/bedrock-user-guide
MIT License
0 stars 1 forks source link

Blue-green deploy #27

Open benfortuna opened 6 years ago

benfortuna commented 6 years ago

Add support for blue-green deployments by adding a dns mode configuration to service deployment.

When mode is set to "green" the fqdn would be prefixed with "green-" to allow multiple instances of the service to be deployed concurrently.

Once testing is complete the accelerator can be run again in "blue" mode which would update the fqdn to remove the green prefix.