Back to Aptos Core

README

terraform/aptos-node/README.md

latest869 B
Original Source

Aptos Node Deployment

This directory provides Terraform modules for a typical Aptos Node deployment, which includes both a validator node and fullnode, as well as HAProxy so that it's easy to manage incoming traffic.

These Terraform modules are cloud-specific, and generally consist of a few high-level components:

  • Cloud network configuration
  • An installation of that cloud's managed Kubernetes service
  • Helm releases into that kubernetes cluster

If you wish to deploy an Aptos Node from scratch, Terraform is an easy way to spin that up on a public cloud. Alternatively, you may install the Helm charts directly on pre-existing Kubernetes clusters. After either step, you may refer to the Aptos Node helm operational docs here: https://github.com/aptos-labs/aptos-core/blob/main/terraform/helm/aptos-node/README.md