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.
Overview
Use this path when you terminate TLS at the Google Cloud load balancer and use the ingress resources provided in the distribution. Static IPs are recommended so DNS stays stable across cluster rebuilds; they are often created via the bundled Terraform (see cluster Terraform).Terraform and static IPs
Reviewterraform/README.md in your extracted distribution for parameters that reserve static IP names. Re-apply Terraform if you change those resources. Ingress annotations must reference the same global static IP resource names Terraform created.
Example manifest
From the extracted distribution root:examples/endpoints/gcp/multi-endpoint/ if your design uses separate hostnames.
Confirm the annotation matches your static IP name:
Browser check
Openhttps://arize-app.<my-organization-domain>. Google-managed certificates can take time to provision; if you see a temporary TLS error, wait and retry (often on the order of tens of minutes).
Configure app URLs in values.yaml
Set the URLs your deployment advertises (appBaseUrl, expBaseUrl):
Set ingressMode
SetingressMode in values.yaml to match your controller. For GCP HTTP(S) load balancing with TLS at the load balancer, the default tls mode is typical. See the Ingress Controllers table in Configuring ingress endpoints for gRPC and OTLP considerations.