Tag: CD
-
Always Fail Forward and Pull over Push
Clearly during COVID-19, Slack became more mainstream. I was wondering how they cope with that scale and found this article. They shared how they deploy. These are the interesting points from the article. Deploys require a careful balance of speed and reliability. As understand from their article, although they are available globally, they still mainly operate […]
-
If you have a team called Devops, just stop!
I firmly believe the centralization of infrastructure automation and especially terraforming are defeating the purpose of Devops and Continous Value Delivery. Every deployment/repo should have their own terraform scripts that can be run in every release atomically for that deployment/repo. This will make sure the blast radius of something going wrong contained to one repo/deployment. […]