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.
Installation Flow
The Arize AX installation is simplified with the use of a Helm Chart and the Arize AX Operator. The installation flow consists of:- An Operator Helm Chart that creates the necessary namespaces and roles and bootstraps the Operator pod. It includes the configuration parameters for the Arize AX deployment. These parameters come from a
values.yamlfile that you maintain for your environment (see the GCP quick start for a full example). - The Arize AX Operator, which reads those configuration parameters, applies the manifests, and builds the Arize AX deployment.
- The
arize.shutility script, which helps with tasks such as transferring Arize AX images to an internal Docker registry (when applicable) and invoking Helm to deploy the chart.
arize-operator-chart.tgz and your values.yaml:
arize.sh when you want the bundled workflows (for example image mirroring or open-ports); use Helm alone when you already manage charts and secrets through your own automation.
