AI agents connect to OpenShift's APIs and custom resources to automate and enhance key operational surfaces:
- OpenShift Pipelines (Tekton): Analyze build logs and test failures to suggest root causes, optimize step ordering, and generate pipeline snippets.
- GitOps (Argo CD): Monitor application sync health, generate PR descriptions for
kustomization.yamlor Helm value changes, and enforce policy-as-code by analyzing drift. - BuildConfigs & Source-to-Image (S2I): Recommend base image upgrades, dependency patches, and build argument optimizations based on security scans and performance telemetry.
- Cluster Operators & OLM: Monitor Operator health, suggest subscription channel updates, and analyze complex dependencies during upgrades.
- Console & CLI: Provide contextual, natural-language assistance within the web console or via
ocplugin to explain resources, suggest commands, and troubleshoot errors.




