Container technologies allow developers to package applications along with their dependencies and runtime environment. Because of this, containers are a natural fit for cloud native applications and have quickly become a cornerstone of modern application management. As we've seen in previous chapters, several Google Cloud Platform products and services encorporate container technologies, including App Engine, Compute Engine, and Kubernetes Engine. In addition to these, Google Cloud Platform includes a number of container management services, primarily Google Container Registry and Container Builder.
Google Cloud Container services
Google Container Registry – GCR
GCR is a private Docker registry backed by Cloud...