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.
Summary
Use this path when your install host can reach the distribution hub atch.hub.arize.com and your cluster can pull container images from Arize’s registries over the internet. ch.hub.arize.com covers distribution metadata and JWT-authenticated downloads; us-central1-docker.pkg.dev hosts the container images the chart pulls by default. Mirroring images into your own registry is optional unless policy requires it.
Network and images
- Distribution: Download with your JWT from
ch.hub.arize.comas described in Download and extract the distribution. - Images: By default, workloads pull using the chart’s
pullRegistry(defaults align with Arize’s hub and Google Artifact Registry hosting for AX images—see your release’s Advanced → Helm for the exact strings). - Telemetry (Call Home): Defaults keep optional hub connectivity for platform alerts and metrics. Anything other than the defaults—including compliance-driven restrictions—is documented only under Advanced → Helm in the offline
docs/bundle from your distribution archive (opendocs/index.htmllocally).
Firewall and script checks
When you run./arize.sh operations that pull from the hub, the script may verify HTTPS reachability to ch.hub.arize.com and us-central1-docker.pkg.dev. If a step fails with a connectivity error, allowlist both endpoints (see Semi-restricted) or ask your network team to open them for the install host.
Private registry mirror
If policy still requires every workload image to live in your Artifact Registry or Container Registry—even though nodes have internet egress—mirror first, then pointpullRegistry / pushRegistry at your hostname in values.yaml (see the detailed walkthrough (GCP)).
-
Authenticate Docker (
gcloud auth configure-dockeror your registry’s login flow). -
Run
./arize.shto pull from the Arize hub and push into your registry. PasshubJwtas the base64-encoded JWT Arize gave you,cloud=gcp, andpushRegistryset to your registry endpoint: -
Example hostnames (replace project, location, and repository):
us-central1-docker.pkg.dev/<project>/<repository>for Artifact Registry, orgcr.io/<project-id>for legacy Container Registry. -
Verify images exist in your registry before
helm upgrade --install.
Next steps
- Provision or use a GKE cluster (or Terraform).
- Install Arize (quick start) or detailed walkthrough for operator values and
./arize.sh. - Configure ingress or another controller.
- Validate the deployment.