Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Extracted tarball with
arize-operator-chart.tgzandarize.shin the current directory (Download and extract). kubectlconfigured for your GKE cluster (GKE cluster and resources or Terraform).- For how to gather each value, base64 encoding, private registry image steps, and
./arize.sh, use the detailed walkthrough (GCP).
Helm install
From the directory that containsarize-operator-chart.tgz and your values.yaml:
Example values.yaml (GCP)
Adjust placeholders for your environment. After you edit the file, use the Minimum fields to verify table below as a line-by-line checklist before you run Helm.
Minimum fields to verify
Beforehelm upgrade --install, confirm every row below. If a cell is unclear, jump to the matching step in the detailed walkthrough.
| Area | What to set |
|---|---|
| Identity | hubJwt, organizationName, cipherKey, postgresPassword (typically base64-encoded per chart docs) |
| GCP | cloud: "gcp", gcpProject, clusterName, gazetteBucket, druidBucket, gcpServiceAccountName (plain email with Workload Identity) |
| Sizing | clusterSizing from Arize |
| UI URL | appBaseUrl once you know the hostname (can be updated after ingress) |
Workload Identity
KeepgcpWorkloadIdentityEnabled: true unless your platform requires a JSON key. When Workload Identity is disabled, set gcpServiceAccountJsonKey to the full JSON key file contents, base64-encoded—see the detailed walkthrough.
Next steps
Related
- Detailed walkthrough (GCP) — step-by-step values,
arize.sh, and optional mirroring