AI integration targets the TAR configuration API and the underlying Kubernetes scheduler data to influence how services route traffic between pods across availability zones and regions. The core workflow involves an AI agent that continuously analyzes metrics from the OpenShift Monitoring stack (pod distribution, node labels, zone topology) and external data sources like cloud provider cross-zone transfer costs and real-time latency measurements. Based on this analysis, the agent generates and applies optimized topologyKeys and topologySpreadConstraints to Service and Deployment manifests via GitOps or the Kubernetes API, ensuring traffic prefers same-zone endpoints to minimize latency and egress costs.




