Google cloud sdk

From 탱이의 잡동사니
Revision as of 22:15, 26 June 2019 by Pchero (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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