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 outbound traffic is limited to allowlisted destinations or must go through a corporate proxy. You will open the same endpoints Arize AI uses for distribution and images, then follow the same install flow as a connected deployment unless policy requires a private registry mirror.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 from Arize AI’s hub (
pullRegistrydefaults toch.hub.arize.comin the chart)—once egress to those hosts is allowlisted or routed through your proxy. - Telemetry (Call Home): Same defaults as Connected (internet egress). Non-default configuration is covered only in Advanced → Helm in the offline
docs/bundle from your distribution archive. - Private registry: Optional; only if policy requires every workload to pull from your own registry.
Allowlist
Ensure these can be reached from your build hosts and, where applicable, from nodes or pull-through caches:ch.hub.arize.com— distribution downloads and metadataus-central1-docker.pkg.dev— Arize AX container images
./arize.sh may perform HTTPS reachability checks against both endpoints when pulling from the hub (see Connected → Firewall and script checks). Add any proxy or firewall exceptions your security team requires.
Cluster behavior
AKS nodes must still reach Azure APIs for the control plane, Blob Storage (Gazette and ArizeDB containers), and other services you enable. Work with your platform team to confirm egress paths for those APIs. For managed identity, RBAC (role assignments on storage and registries), and Azure AD Workload Identity, see AKS cluster and resources (existing cluster).Private registry mirror
If policy requires images in your Azure Container Registry:-
Authenticate Docker (
az acr login --name <registry-name>or your registry’s login flow). -
Run
./arize.shto pull from the Arize AI hub into your registry. PasshubJwtas the base64-encoded JWT,cloud=azure, andpushRegistry: -
Example hostnames (replace registry name):
<registry-name>.azurecr.iofor Azure Container Registry. - Verify that your images have arrived in your registry.
Next steps
- Provision or use an AKS cluster (or Terraform).
- Install Arize AX (quick start) or detailed walkthrough for operator values and
./arize.sh. - Configure ingress or another controller.
- Validate the deployment.