Reader small image

You're reading from  Google Cloud Certified Professional Cloud Developer Exam Guide

Product typeBook
Published inSep 2021
PublisherPackt
ISBN-139781800560994
Edition1st Edition
Concepts
Right arrow
Author (1)
Sebastian Moreno
Sebastian Moreno
author image
Sebastian Moreno

Sebastian Moreno is a Google Developer Expert for Google Cloud Platform. He currently leads the Cloud Center of Excellence for the Google Cloud Chapter at Everis, an NTT DATA Company, He is working on multiple projects using cloud technologies like cloud innovation, virtual agents, application modernization and data analytics. He has more than eight cloud certifications in multiple cloud providers. He is a Google Cloud Certified Professional Cloud Developer.
Read more about Sebastian Moreno

Right arrow

The full deployment life cycle of an application on Google Compute Engine

Now that we understand the fundamental concepts and characteristics of a VM created using GCE, we can review how to deploy an application together with the components needed to consume its services.

Installing an application in a virtual machine

To install an application in a VM, simply connect remotely via SSH or Windows Remote Desktop to the VM and carry out the installation as you would do in a local environment. This procedure is called application deployment in a simple instance.

But what happens when you want to perform an installation in a group of self-managed VMs that have the possibility of scaling horizontally using scale out (creating new instances) or scale in (eliminating previously created instances)? In this case, our installation strategy of connecting to the particular instance is not feasible. Instead, it is necessary to run an automated installation script, create an instance template...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Google Cloud Certified Professional Cloud Developer Exam Guide
Published in: Sep 2021Publisher: PacktISBN-13: 9781800560994

Author (1)

author image
Sebastian Moreno

Sebastian Moreno is a Google Developer Expert for Google Cloud Platform. He currently leads the Cloud Center of Excellence for the Google Cloud Chapter at Everis, an NTT DATA Company, He is working on multiple projects using cloud technologies like cloud innovation, virtual agents, application modernization and data analytics. He has more than eight cloud certifications in multiple cloud providers. He is a Google Cloud Certified Professional Cloud Developer.
Read more about Sebastian Moreno