Definition:
- only execute at startup
- verify whether the application within a container is started
- If a startup probe is configured, Kubernetes does not execute K8s Liveness Probe or K8s Readiness Probe until the startup probe succeeds, allowing the application time to finish its initialization.