The health of the application, is it running correctly? Can it serve requests?
| Health Status | Description |
|---|---|
| Health | The resource is healthy. |
| Progressing | The resource is not healthy yet but still making progress and might be healthy soon. |
| Degraded | The resource is degraded. |
| Suspended | The resource is suspended and waiting for some external event to resume (e.g. suspended CronJob or paused Deployment). |
Argo CD provides built-in health assessment for several standard Kubernetes types, which is then surfaced to the overall Application health status as a whole. Of course, Argo CD also supports custom health checks.
For more detailed explanations, please refer to: Health