Kubernetes - Health Checks and Probes
For a containerized application that requires a long initialization time, why is it recommended to use a
startupProbe instead of relying solely on a livenessProbe?