- Google Cloud Platform for Architects
- Vitthal Srinivasan Janani Ravi Judy Raj
- 190字
- 2021-06-25 20:48:26
Accessing the Google Cloud Platform
Now that we understand some of the hardware and software choices that are available to us in the Google Cloud Platform buffet, we also should know how we can go about consuming these resources. We have multiple following choices:
- One really handy way is using the GCP console, also known as the web console; simply access this from a web browser at https://console.cloud.google.com/
- Another is by making use of a command-line interface using command-line tools. There are four command-line utilities that you might encounter while working with the GCP:
- gcloud: This is for pretty much everything other than the specific cases mentioned later
- gsutil: This is for working with cloud storage buckets
- bq: This is for working with BigQuery
- kubetcl: This is for working with Kubernetes (note that kubectl is not tied to GCP. If you use Kubernetes on a competing cloud provider such as Azure, you'd use kubectl there as well)
- Another way is to programmatically access GCP resources is from various client libraries. These are available in a host of languages, including Java, Go, and Python.
推薦閱讀
- Hands-On Machine Learning with Microsoft Excel 2019
- 云計算環境下的信息資源集成與服務
- Access 2007數據庫應用上機指導與練習
- 深度剖析Hadoop HDFS
- 數據庫原理與應用(Oracle版)
- Oracle 12c云數據庫備份與恢復技術
- 大數據架構商業之路:從業務需求到技術方案
- SQL Server 2012數據庫管理教程
- Augmented Reality using Appcelerator Titanium Starter
- 深入理解InfluxDB:時序數據庫詳解與實踐
- Oracle高性能SQL引擎剖析:SQL優化與調優機制詳解
- 智慧城市中的大數據分析技術
- Oracle 11g+ASP.NET數據庫系統開發案例教程
- 數據庫查詢優化器的藝術:原理解析與SQL性能優化
- ECharts數據可視化:入門、實戰與進階