Runtime
Crash loops
Diagnose workloads that repeatedly fail after startup and reach recovery protection.
1. Inspect application logs for the first repeatable startup/runtime error
Inspect application logs for the first repeatable startup/runtime error.
2. Check required environment variables, dependencies, ports, and start command
Check required environment variables, dependencies, ports, and start command.
3. Automatic recovery is intentionally bounded; repeated failure is not retried forever
Automatic recovery is intentionally bounded; repeated failure is not retried forever.
4. Fix the application or configuration before manually starting/redeploying again
Fix the application or configuration before manually starting/redeploying again.