-
Book Overview & Buying
-
Table Of Contents
The Platform Engineer's Handbook
By :
Pipeline templates serve as golden paths, the concept we introduced earlier in the book. These are opinionated starting points that encode the best practices. A well-designed library should cover the most common application archetypes while remaining extensible for edge cases. Figure 8.3 illustrates how platform building blocks compose into templates that the stream-aligned teams would eventually consume.
This diagram demonstrates how platform building blocks compose into templates that teams consume. At the top, five platform-provided tasks (setup, notify, security, build, deploy) combine into three composite templates (library, frontend, backend pipelines). Below, three stream-aligned teams each maintain minimal ci.yml files that reference the appropriate template. Team A's payment service uses the backend pipeline, while Teams B and C's web apps use the frontend pipeline. The pattern shows how standardization happens at the template layer...