Google cloud sdk: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
google cloud sdk 내용 정리 | google cloud sdk 내용 정리. | ||
Google cloud 는 서비스 이용을 위해 여러가지 툴들을 지원한다. | |||
== Installation == | |||
* https://cloud.google.com/sdk/ | * https://cloud.google.com/sdk/ | ||
== | == SDK suites == | ||
gcloud | * gcloud Tool | ||
: gcloud manages authentication, local configuration, developer workflow, and interactions with the Cloud Platform APIs. | |||
* bq Tool | |||
: bq allows you to run queries, manipulate datasets, tables, and entitles in BigQuery through the command line. | |||
* gsutil Tool | |||
: gsutil provides command line access to manage Cloud Storage buckets and objects. | |||
* kubectl Tool | |||
: kubectl orchestrates the deployment and management of Kubernetes container clusters on gcloud. | |||
gcloud | |||
* Powershell cmdlets(Windows) | |||
: Collection of Windows Powershell cmdlets for managing Google Cloud Platform resources within the Windows PowerShell environment. | |||
== See also == | |||
* https://cloud.google.com/sdk/ - CLOUD SDK | |||
[[category:google cloud]] | [[category:google cloud]] |
Latest revision as of 22:15, 26 June 2019
Overview
google cloud sdk 내용 정리.
Google cloud 는 서비스 이용을 위해 여러가지 툴들을 지원한다.
Installation
SDK suites
- gcloud Tool
- gcloud manages authentication, local configuration, developer workflow, and interactions with the Cloud Platform APIs.
- bq Tool
- bq allows you to run queries, manipulate datasets, tables, and entitles in BigQuery through the command line.
- gsutil Tool
- gsutil provides command line access to manage Cloud Storage buckets and objects.
- kubectl Tool
- kubectl orchestrates the deployment and management of Kubernetes container clusters on gcloud.
- Powershell cmdlets(Windows)
- Collection of Windows Powershell cmdlets for managing Google Cloud Platform resources within the Windows PowerShell environment.
See also
- https://cloud.google.com/sdk/ - CLOUD SDK