GCP - Pre-requisites
Last updated
Was this helpful?
Last updated
Was this helpful?
with admin access to provision infrastructure. You will need a paid subscription to the GCP.
Install - to authenticate & connect with GCP APIs.
Install (any version) on the local machine - it helps interact with the Kubernetes cluster.
Install - helps package the services, configurations, environments, secrets, etc, into . Verify that the installed version of Helm is equal to 3.0 or higher.
Install - for the (IaC) to provision cloud resources. This provides the desired resource graph and helps destroy the cluster in one go.
(Optional) Install - to run different versions of Terraform on the machine. supports multiple Terraform versions on the same machine, and you can toggle between the desired versions.
Run tfswitch, and it will show a list of Terraform versions. Scroll down and select the Terraform version (0.14.10).
Install
For Linux: Follow the to install Golang on Linux.
For Windows: Download the installer using the and follow the installation instructions.
For Mac: Download the installer using the and follow the installation instructions.
Install -
For Linux: Follow the to install SOPS on Linux.
For Windows: Download the binary & follow the provided.
For Mac: Follow the to install SOPS on macOS.
Install - for making API calls.
For Linux: Follow the
For Windows: Download the wizard & follow the provided.
For Mac: Follow the to install on macOS.
Install - for better code visualisation/editing capabilities.
Install - to run digit bootstrap scripts.