- 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.
推薦閱讀
- 程序員修煉之道:從小工到專家
- Python數據挖掘:入門、進階與實用案例分析
- Visual Studio 2015 Cookbook(Second Edition)
- Game Development with Swift
- 大數據:從概念到運營
- 大話Oracle Grid:云時代的RAC
- 企業級數據與AI項目成功之道
- Lego Mindstorms EV3 Essentials
- 一本書講透Elasticsearch:原理、進階與工程實踐
- 智慧的云計算
- 數據庫技術及應用
- MySQL數據庫技術與應用
- R Machine Learning Essentials
- 云計算
- 大數據測試技術:數據采集、分析與測試實踐(在線實驗+在線自測)