AztecProtocol / aztec-packages

Apache License 2.0
204 stars 235 forks source link

feat: scalable pool for aztec nodes in spartan-gke cluster #10144

Open just-mitch opened 7 hours ago

just-mitch commented 7 hours ago

Public networking requires one physical node per aztec node. We currently only have 4 physical nodes in our spartan-gke cluster.

Update the terraform to create the cluster with a node pool that can scale to 128, with the performance requirements we demand of sequencers (8 core, 32 GB ram, 2 TB SSD).

In the absence of #9955, this will be considered complete when the developer can manually run the "passive gating" test on the "48-validators.yaml" deployment of the aztec-network chart.