├── high-level-arch.png ├── readme.md └── zommed-in.png /high-level-arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jweissig/62-how-to-create-architecture-diagrams/48eea2ad4ce04ff4472d8cfed1ca8b0f1aaca16e/high-level-arch.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Architecture Diagram Template 2 | 3 | Owner: Your Name 4 | 5 | Last Reviewed: 2019-03-12 6 | 7 | Some intro text here about what this is. You might outline the high-level goal of this infrastructure, the application, and some troubleshooting bits. 8 | 9 | Here is what the high-level Architecture looks like 10 | 11 | ![screenshot](https://raw.githubusercontent.com/jweissig/62-how-to-create-architecture-diagrams/master/high-level-arch.png) 12 | 13 | ## How to bootstrap the Infrastructure 14 | 15 | Some notes here on the Infrastructure side. Likely something around how to build, push, deploy your configs. Commands needed, etc. 16 | 17 | ## How to bootstrap the Application 18 | 19 | Some notes here on the Application side. Likely something around how to build, push, deploy your code. Commands needed, etc. 20 | 21 | ![screenshot](https://raw.githubusercontent.com/jweissig/62-how-to-create-architecture-diagrams/master/zommed-in.png) 22 | 23 | You might even have a zoomed in photo of what you are trying to do here. 24 | 25 | ## Troubleshooting Bits 26 | 27 | Maybe some common questions people have. Maybe some debug commands that might come in handy. Some links to monitoring or alerting. Maybe some bad things that have happened in the past and a few quick tips. 28 | -------------------------------------------------------------------------------- /zommed-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jweissig/62-how-to-create-architecture-diagrams/48eea2ad4ce04ff4472d8cfed1ca8b0f1aaca16e/zommed-in.png --------------------------------------------------------------------------------