The Google SDK
Reading Time: < 1 minute
Cloud SDK features
To manage GCP with ease, the google SDK is provided. It can be access via a download or from the Google cloud shell
This includes the following:
- Gcloud Tool – manage authentication, configuration, workflows and API interactions
- GSUtil – manage cloud storage
- GCP PowerShell cmdlets – Cloud Tools which embed into PowerShell
- BQ Tool – run Big Query queries, work with datasets, tables and entities
- kubeclt – full kubernetes orchestration command set
All SDK install information is here:
https://cloud.google.com/sdk/install
PowerShell cmdlet is here:
Recent Comments