-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Cloud Native Automation with Google Cloud Build
By :

Serverless platforms often focus on developer experience, seeking to ensure developers focus on their code with as little operational overhead as possible. In Google Cloud, platforms such as Cloud Functions and Cloud Run have sought to provide seamless developer experiences that expose little operational work to deploy production-ready code.
That said, these platforms do not ignore the need for certain operational tasks, but provide simple and powerful abstractions that developers can use to manage their code in production. This can include tasks such as building code into an artifact, rolling out new versions of code, scaling code horizontally, connecting to services over a private network, and more.
Cloud Build is often used to orchestrate such activities. With native integrations into Google’s serverless offerings, Cloud Build helps developers achieve these tasks while still remaining true to the vision of serverless –...