Doctor AI connects to OpenShift and OKD clusters using read-only API access, scans workload posture against policy packs and routes every finding through the governance model. No mutation without an approval record. No recommendation without an audit trail.
A cluster record is the anchor for all Doctor AI operations. Register it once, test connectivity, configure namespace scope and start scanning.
https://api.cluster.example.com:6443Setup
oc create sa tainux-doctor -n tainux-systemoc adm policy add-cluster-role-to-user cluster-reader -z tainux-doctor -n tainux-systemSetup
oc config view --minify --flatten > cluster.kubeconfigSetup
Tests the API endpoint, validates TLS and detects the Kubernetes/OpenShift version. Measures latency and records the result.
Reads /api/v1/nodes, /api/v1/namespaces, /api/v1/pods and additional resources filtered by configured namespace scope. All read-only.
Claude AI evaluates collected data against active policy packs. Classifies findings by severity (critical, high, medium, low, info).
Findings are saved with a timestamp and linked to the governance asset. Critical findings update the governance gate automatically.