Prerequisites
- Extracted tarball with
arize-operator-chart.tgzandarize.shin the current directory (Download and extract). kubectlconfigured for your EKS cluster.- Cluster resources aligned with EKS cluster and AWS resources, or provisioned with Terraform.
- For how to gather each value, base64 encoding, optional registry fields, and
./arize.sh, use the detailed walkthrough (AWS).
Helm install
From the directory that containsarize-operator-chart.tgz and your values.yaml:
Example values.yaml (AWS)
Adjust placeholders for your environment. Only values marked as base64-encoded should be base64-encoded.
Minimum fields to verify
| Area | What to set |
|---|---|
| Identity | hubJwt, organizationName, cipherKey, postgresPassword |
| AWS | cloud: "aws", region, clusterName, gazetteBucket, druidBucket |
| IAM | awsServiceAccountRoleRwBucket if using IRSA; otherwise the node role must carry the bucket permissions |
| Sizing | clusterSizing from Arize AI |
| UI URL | appBaseUrl once you know the hostname |