In Agile Development and Planning we create User Stories to represent the increments of customer value that we plan to depliver.
These are the User Stories for the DevOps Workshop:
- Create a skeleton Flask service goto
- Add a counter where each GET increments the counter goto
- Make the counter persistent goto
- Add ability for multiple counters that are RESTful goto
- Setup Continuous Integration goto
- Add ability to delete a counter [goto]((stories/05-delete-counter.md)
- Add Docker support goto
- Add Kubernetes support goto