GCP PaaS services
PaaS is the space between SaaS and IaaS. SaaS means you’re basically just running your code, commands, documents, or media in Google’s applications, on Google’s platform, and on Google’s infrastructure. IaaS means Google is letting you use its hardware, but you’re responsible for providing your own platforms and applications. PaaS means Google is offering you a platform you can run your own applications in.
PaaS is not quite as much responsibility and work as deploying with IaaS, but it’s still more work than SaaS. Here are some services in GCP that provide customers with Google’s platforms to support a customer’s own custom applications.
Cloud SDK
Cloud SDK (https://cloud.google.com/sdk) is a standard development kit for developers. It includes client libraries for Java, Python, Node.js, Ruby, Go, .NET, C++, PHP, and Advanced Business Application Programming (ABAP). It has special tools that can be...