Build for Operation
AUDIENCE
Programmers, Operations
Our software is secure and easy to manage in production.
The fundamental idea behind DevOps is simple: by including people with operations and security skills as part of the team, we make it possible to build operability and security into the software, rather than adding it as an afterthought. This is building for operation.
That’s really all there is to it! Include people with ops and security skills on your team, or at least involve them in your team’s decisions. Have them participate in planning sessions. Create stories for making your software easier to monitor, manage, and secure. Discuss why those stories are important, and prioritize them accordingly.
Don’t save operations and security stories for the end of development. It’s better to keep your software ready to release. (See “MINIMIZE WORK IN PROGRESS”.) As you add more capabilities to your software, expand your operability to match. For example, when you add a feature that requires a new database, add stories for provisioning, securing, monitoring, backing up, and restoring that database as well.
What sort of operations and security needs should you consider? Your teammates should be able to tell you. The following sections will help you get started.
Threat Modeling
Building for operation involves shifting left: thinking about security and operations needs from the beginning of development, not at the end. One way to understand those needs is threat modeling. It’s ...