-
Book Overview & Buying
-
Table Of Contents
The Platform Engineer's Handbook
By :
In the previous chapters, we established CI/CD pipelines that build and deploy applications using various platform capabilities. The ability of Maria's team to onboard developers, provision namespaces, and deploy containerized applications through standardized pipelines has increased significantly through this process. However, one additional problem remains: what if a development team requires more than just compute resources? The developers still seem to be filing tickets for PostgreSQL provisioning, Redis cache, and GPU-enabled nodes for model training. Unfortunately, each of these requests and others assumes different processes, creating an inherent inconsistency.
In this chapter, we will address infrastructure provisioning as a self-service capability. By the end of this chapter, you will deploy Crossplane [1] to enable declarative infrastructure management, create composite infrastructure blueprints, establish simple configurations...