-
Book Overview & Buying
-
Table Of Contents
The Platform Engineer's Handbook
By :
In this chapter, we helped you lay the groundwork for building a reliable and scalable engineering platform. Specifically, you combined the learnings of setting up an appropriate repository structure, commit conventions, and policy automation. You also learned how to apply a tag, a small but crucial step that makes your development process repeatable and trustworthy. Together, these practices form the first layer of transforming DevEx principles into delivery reliability which connects your day-to-day development work to the larger platform we are building throughout the rest of this book.
Looking ahead, in Chapter 2, we will build on these foundations by laying the groundwork of Kubernetes runtime environments first to building the automation that makes them reliable at scale. You will learn how to design and implement CI/CD pipelines for your platform, apply GitOps workflows to continuously reconcile runtime state, and integrate security, policy and testing into every...