Deployment payment-processor-api in namespace production is crash-looping due to an application-level error.
Application terminated with exit code 1 due to unhandled exception during payment transaction processing. The error occurred when attempting to connect to the payment gateway service.
High confidence- Exit code: 1
- Termination reason: Error
- Last log entry: ERROR: Failed to initialize payment gateway client: connection timeout after 30s
- Pod restart count: 8 in last 15 minutes
- Container state: Terminated (Error)
- Review application logs:
kubectl logs payment-processor-api-7d8f9c4b-x2k9p -n production --previous - Check payment gateway service connectivity:
kubectl exec -it payment-processor-api-7d8f9c4b-x2k9p -n production -- curl -v https://api.payment-gateway.com/health - Verify network policies and service mesh configuration for payment gateway access
- Check for recent configuration changes or secret updates
- Review resource limits - memory pressure may be causing connection timeouts