- Google Cloud Platform Cookbook
- Legorie Rajan PS
- 87字
- 2021-08-27 19:13:24
Getting ready
The following are the initial setup verification steps to be taken before the recipe can be executed:
- Create or select a GCP project.
- Enable billing and enable the default APIs (some APIs such as BigQuery, storage, monitoring, and a few others are enabled automatically).
- Verify that Google Cloud SDK is installed on your development machine.
- Verify that the default project is set properly.
- Install Docker on your development machine.
- Install kubectl, the command-line tool for running commands against Kubernetes clusters:
$ gcloud components install kubectl