Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 601 Bytes

Charon Relay

Terraform module to deploy a charon public relay.

Prerequisites

  • Terraform v1.3+
  • An operational Kubernetes GKE or EKS cluster with these add-ons, nginx-ingress, external-dns, and cert-manager
  • A valid public domain name (i.e obol.tech)

Deployment Architecture

  • HAProxy, to establish a header-base sticky session between the charon DV nodes and the relay server
  • Charon nodes, running in relay mode and deployed as statefulsets

How to use