# Set Up GCP Health Checks

{% hint style="info" %}
Related video: Reblaze via Google Cloud Marketplace: Routing Traffic.                          This video includes explanations for both [Set Up GCP Health Checks](/v2.20.4/marketplace-onboarding/gcp/set-up-gcp-health-checks.md) (this topic) and [Set Up GCP Load Balancer ](/v2.20.4/marketplace-onboarding/gcp/set-up-gcp-load-balancer.md)(the next topic).&#x20;
{% endhint %}

Now that you have configured the Reblaze platform, you should set up GCP health checks and then load balancers.

{% hint style="info" %}
For most use cases, you will need to set up two health checks and two load balancers, one for port 80 HTTP and one for port 443 HTTPS. The following steps assume that you will be setting up two health checks.
{% endhint %}

### Create Health Checks

1. In your [Google Cloud Platform Console](https://console.cloud.google.com/networking/loadbalancing), select **Navigation menu**  ![](/files/jCvfGWcu9YxFD12wCS6x) > **Compute Engine** > **Health checks**.
2. Set up the port 443 HTTPS health check:
   1. Click **Create health check** in the toolbar on the top of the page.
   2. Enter a name for the health check.\
      For example, use healthcheck-443 for port 443 (HTTPS).&#x20;
   3. For protocol, select **HTTPS.**
   4. For **Request path**, you can use the same one that was used for the HTTP health check.
   5. The remaining default values are usually reasonable and you can leave them as is, or you can change these values according to your requirements.
   6. Click **Create**.

Continue to [Set Up GCP Load Balancer](/v2.20.4/marketplace-onboarding/gcp/set-up-gcp-load-balancer.md).&#x20;


---

# 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://waap.docs.link11.com/v2.20.4/marketplace-onboarding/gcp/set-up-gcp-health-checks.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.
