# Google Cloud Provider (GCP)

## Overview <a href="#overview" id="overview"></a>

[Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine/docs/concepts/kubernetes-engine-overview) is a GCP service for deploying, managing, and scaling distributed and containerised workloads. With GKE, you can easily provision a cluster on GCP using [Terraform](https://www.terraform.io/intro/index.html)**,** which automates the process. The DIGIT services configuration will be deployed using [Helm](https://helm.sh/docs/).

## Pre-reads <a href="#pre-reads" id="pre-reads"></a>

* Know about EKS: [![](https://www.youtube.com/s/desktop/cbfd6f42/img/logos/favicon_32x32.png)Creating a GKE cluster (demo)](https://www.youtube.com/watch?v=hxpGC19PzwI)
* Know what is terraform: [![](https://www.youtube.com/s/desktop/cbfd6f42/img/logos/favicon_32x32.png)Introduction to HashiCorp Terraform with Armon Dadgar](https://youtu.be/h970ZBgKINg)

## Installation Steps <a href="#installation-steps" id="installation-steps"></a>

* [GCP Pre-requisites](/platform/guides/installation-guide/infrastructure-setup/google-cloud-platform-gcp/gcp-pre-requisites.md)
* [Setup GCP Account](/platform/guides/installation-guide/infrastructure-setup/google-cloud-platform-gcp/setup-gcp-account.md)
* [Provision Infrastructure](/platform/guides/installation-guide/infrastructure-setup/google-cloud-platform-gcp/gcp-provision-infrastructure.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digit.org/complaints-management/complaints-resolution-v2.10/deploy/setup/production-setup/setup-infrastructure/google-cloud-provider-gcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
