First-run verification
Confirm the instance is healthy before moving on to post-installation.
Check the pods
Section titled “Check the pods”kubectl get pods -n zenintelAll pods should reach Running / Ready with low restart counts.
Verification checklist
Section titled “Verification checklist”- All pods reach
Running/Ready - Frontend loads over HTTPS at the ingress hostname
- Backend health endpoint returns healthy
- Worker is consuming from RabbitMQ (queue depth drains)
- A test AI action completes, confirming the LLM path and credits
- The admin account can log in
If any check fails, see Installation troubleshooting. For the health endpoints and ports, see Ports and endpoints.