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.
This section provides guidance for installing Arize AX on RedHat OpenShift, RedHat OpenShift on AWS (ROSA), etc. The diagram below depicts a typical deployment topology for OpenShift on Private Clouds.
Contact Arize AI for the <sizing option> field. This field controls the size of the deployment and must align with the size of the cluster. Common values used would be small1b or medium2b.
values.yaml:
cloud: "ceph"
clusterName: "<cluster-name>"
hubJwt: "<JWT>" (base64 encoded)
gazetteBucket: "<name of gazette bucket>"
druidBucket: "<name of adb bucket>"
postgresPassword: "<user selected postgres password>" (base64 encoded)
organizationName: "<name of the organization or company>"
cipherKey: "<encryption key>" (base64 encoded)
clusterSizing: "<sizing option>"
cephS3Endpoint: "<URL to the Ceph S3 endpoint>"
cephS3AccessKeyId: "<Ceph S3 access key id>" (base64 encoded)
cephS3SecretAccessKey: "<Ceph S3 secret access key>" (base64 encoded)
collectNodeMetrics: true
# The URL used to reach the Arize AX UI once ingress endpoints are created
appBaseUrl: "https://<arize-app.domain>"
# Only required if using a private docker registry
pushRegistry: "<docker-registry>"
pullRegistry: "<docker-registry>"
# Only required if using a common node pool
historicalNodePoolEnabled: false
# Change to align with namespaces
baseRunAsUser: 1000
baseRunAsGroup: 1000
baseFsGroup: 1000
sparkRunAsUser: 1000
sparkRunAsGroup: 1000
sparkFsGroup: 1000
postgresRunAsUser: 70
postgresRunAsGroup: 70
postgresFsGroup: 70
operatorRunAsUser: 1000
operatorRunAsGroup: 1000
operatorFsGroup: 1000
ingressMode: 'openshift'
Choose an approach based on the deployment, for helm:
helm upgrade --install -f values.yaml arize-op arize-operator-chart.tgz
For the complete installation walkthrough, consult Advanced → Helm in the documentation included with your distribution.