In previous chapters, you have been taking a largely manual approach to deploying both infrastructure and services....
Backend services
A backend service is typically a service in front of a group of backend instances that receive...
While the API Gateway is useful for providing a single entry point to your services, it is...
GKE Autopilot is an operating mode of GKE where Google manages the cluster. The significant advantage of...
Cloud Native Buildpacks are an evolution of the buildpacks technology that made developer-centric platforms like Heroku and...
At the center of Cloud Code is Skaffold, a Google open source project that automates your inner...
One of the foundations of cloud native is packaging code as containers. If you are used to...