Troubleshooting
Collect logs
kubectl -n syntho logs deployment/core >> core.log
kubectl -n syntho logs deployment/backend >> backend.log
kubectl -n syntho logs deployment/frontend >> frontend.logQuick triage
kubectl get pods -n syntho -o widekubectl get events -n syntho --sort-by=.lastTimestamp | tail -n 50kubectl describe pod -n syntho <pod-name>
kubectl logs -n syntho <pod-name>
kubectl logs -n syntho <pod-name> -pUI not accessible
Ingress issues (404, 502/504, websockets)
ImagePullBackOff / ErrImagePull
Pod stuck Pending
CrashLoopBackOff
Database connectivity (external PostgreSQL)
Ray not Ready / jobs not running
Collect Helm details
Last updated
Was this helpful?

