Do you have a DevOps Checklist?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
DevOps (Developers and IT Operations) is a phrase used to describe the relationship and/or communication between Developers and IT Operations. A DevOps checklist is a simple document that allows development teams to note all of the tasks related to monitoring and application life cycle along with their quality metrics and place them into one of three categories:
- Always Tasks Always Tasks are tasks that should be performed before the start of a new PBI.
- Daily Tasks Tasks that are performed at the start of each day.
- End of Sprint Tasks Tasks that are performed at the end of each Sprint.
Basic Action / Task Format
Actions or Tasks follow a basic format of: Action / Task Name | Where the task can be performed | Quality Metric
✅ Figure: Figure: Good example of a Basic Action Table format
This can be stored in the Repo's README or the wiki to make it visible (so you don't forget). Learn more about awesome documentation.