

Continuous delivery vs. continuous deployment: What should be the default?
9 snips May 30, 2024
Valentina and Ken discuss continuous delivery vs. continuous deployment, emphasizing the importance of safely implementing changes. They explore the benefits of feature flags, manual vs. automated deployment, and contextual considerations. The podcast compares cognitive load, test coverage, security, and team collaboration in different scenarios.
AI Snips
Chapters
Transcript
Episode notes
CD for Greenfield Projects
- Continuously deploy cloud-based apps and distributed systems.
- Use feature flags to control releases and user experience, accommodating user tolerance for change.
Deploy vs. Release
- Separate deployments from releases using feature flags.
- Treat deployments as technical events controlled by engineering, and releases as product/marketing events.
Home Assistant Updates
- Prem Chandrasekaran finds frequent Home Assistant releases annoying as a user.
- Valentina Servile suggests feature flags simulate continuous delivery while limiting user-visible changes.