Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between Google Cloud SDK and App Engine SDK

They seem to do the same job but why are they separately listed?

like image 261
yujingz Avatar asked Dec 22 '14 16:12

yujingz


People also ask

Is Google Cloud and Google App Engine same?

Google App Engine and Google Cloud Platform are primarily classified as "Platform as a Service" and "Cloud Hosting" tools respectively. Snapchat, Accenture, and Movielala are some of the popular companies that use Google App Engine, whereas Google Cloud Platform is used by Sentry, WePay, and BetterCloud.

What is the difference between App Engine and cloud run?

While App Engine supports many different services within a single application, Cloud Functions support individualized services. It's an important detail when comparing Google App Engine vs Cloud Functions. If your requirements don't include multiple services then Cloud Functions is a great choice.

What is Google App Engine SDK?

The App Engine SDK allows you to run Google App Engine Applications on your local computer. It simulates the runtime environment of the Google App Engine infrastructure.

What is the difference between Google App Engine and Google Compute Engine?

Compute Engine delivers configurable virtual machines running in Google's data centers with access to high-performance networking infrastructure and block storage solutions. App Engine is a fully managed, serverless platform for developing and hosting web applications at scale.


1 Answers

From the documentation:

Google Cloud SDK contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform, including App Engine, Compute Engine, Cloud Storage, BigQuery, Cloud SQL, and Cloud DNS.

Google Cloud SDK contains both the preview version of a new App Engine's command-line tool gcloud preview app, and App Engine Java, Python, PHP and Go SDKs.

So, the Cloud SDK is a wider set of tools that includes the App Engine SDK (for different run times) and much more.

like image 176
Andrei Volgin Avatar answered Nov 13 '22 00:11

Andrei Volgin