./docs and ./terraform in the distribution TAR file and describe the steps for creating a proper cluster along with supporting resources.
Key requirements:
- Kubernetes cluster
- Two storage buckets
- Storage class for the creation of volumes (use block storage, non-NFS)
historicalNodePoolEnabled: false in values.yaml.
<sizing-profile> | High Availability | Node Pool | Min Nodes | vCPU (per node) | RAM (per node) | Example Instance Type | Node Labels | Example Application |
|---|---|---|---|---|---|---|---|---|
| nonha | No | Base | 1 | 16 | 128 GB | n2d-highmem-16(GCP) r5a.4xlarge(AWS) Standard_E16s_v5(AKS) | See diagram | - Integration testing - Staging enviroments |
| small1b | Yes | Base ArizeDB | 3 2 | 8 | 64 GB | n2d-highmem-8(GCP) r5a.2xlarge(AWS) Standard_E8s_v5(AKS) | See diagram | - Hundreds of millions of traces or inferences |
| medium2b | Yes | Base ArizeDB | 2 2 | 16 | 128 GB | n2d-highmem-16(GCP) r5a.4xlarge(AWS) Standard_E16s_v5(AKS) | See diagram | - Several billions of traces or inferences |
