Getting Started on Google Cloud – Building Solutions with GCE
You’ve made it. After the previous six chapters, where we used two different cloud platforms and three different cloud computing paradigms to build six distinct solutions, we are finally ready to take our final journey by adapting our solution to Google Cloud Platform (GCP).
Like the last two adventures, in this alternate universe, we will be starting our journey by building our solution with a virtual machine (VM) architecture on Google Cloud. As we saw when we transitioned between AWS and Azure when we compared how the same solution architecture was built on the two different cloud platforms, some things changed a lot, while many things changed only a tiny bit – or not at all. We observed that our Terraform code changed pretty consistently across all chapters. However, other things, such as Packer, Docker, and GitHub Actions workflows, only changed slightly. Our .NET-based application code didn...