Welcome to the Splunk AI Operator documentation!
kubectl get aiplatform <name> -n <namespace>
kubectl get aiplatform <name> -n <namespace> -o jsonpath='{.status.conditions}'
kubectl get events -n <namespace> --watch --field-selector involvedObject.name=<name>
Configure persistent storage:
spec:
storage:
vectorDB:
size: "100Gi"
storageClassName: "gp3"
Enable external access:
spec:
ingress:
enabled: true
className: nginx
hosts:
- host: ai.example.com
paths:
- path: /
pathType: Prefix
Check what’s failing:
kubectl get aiplatform <name> -o jsonpath='{.status.conditions}' | jq '.[] | select(.status=="False")'
kubectl logs -n splunk-ai-operator-system deployment/splunk-ai-operator-controller-manager