# Infrastructure Setup

## Overview

DIGIT can be deployed on a public cloud like AWS, Azure or a private cloud.

## Pre-reads

* Learn the basics of Kubernetes: <https://www.youtube.com/watch?v=PH-2FfFD2PU&t=3s>
* Learn the [basics of kubectl](https://www.tutorialspoint.com/kubernetes/kubernetes_kubectl_commands.htm) commands

{% hint style="info" %} <mark style="color:orange;">**Note:**</mark> To deploy DIGIT using GitHub Actions, refer to the document - [DIGIT Deployment Using GithubActions](https://core.digit.org/guides/installation-guide/digit-deployment/deployment-using-github-actions). With this installation approach, there's no need to manually create the infrastructure as GitHub Actions will automatically handle the creation and deployment of DIGIT.
{% endhint %}

Choose your cloud and follow the instructions to set up a Kubernetes cluster before deploying.

{% content-ref url="infrastructure-setup/aws" %}
[aws](https://docs.digit.org/platform/guides/installation-guide/infrastructure-setup/aws)
{% endcontent-ref %}

{% content-ref url="infrastructure-setup/azure" %}
[azure](https://docs.digit.org/platform/guides/installation-guide/infrastructure-setup/azure)
{% endcontent-ref %}

{% content-ref url="infrastructure-setup/sdc" %}
[sdc](https://docs.digit.org/platform/guides/installation-guide/infrastructure-setup/sdc)
{% endcontent-ref %}


---

# 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/platform/guides/installation-guide/infrastructure-setup.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.
