> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/1.2/deployment/infrastructure-setup.md).

# Infrastructure Setup

Following components need to be installed in the sequence given below to set up the infrastructure that houses OpenG2P modules.

| Infra                                                                        | Comments                                                                                                               |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [Wireguard](/1.2/deployment/infrastructure-setup/wireguard-server-setup.md)  | Only one per all the environments                                                                                      |
| [Rancher](/1.2/deployment/infrastructure-setup/rancher.md)                   | Only one per all the environments                                                                                      |
| [NFS Server](/1.2/deployment/infrastructure-setup/nfs-server.md)             | One for each environment like sandbox, pilot, staging, production                                                      |
| [OpenG2P K8s Cluster](/1.2/deployment/infrastructure-setup/cluster-setup.md) | One for each environment                                                                                               |
| [Loadbalancer](/1.2/deployment/infrastructure-setup/loadbalancer-setup.md)   | One for each environment. For non cloud-native Kubernetes clusters either create a VM with Nginx or create a cloud LB. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.openg2p.org/1.2/deployment/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.
