Definition:
- run periodically
- mechanism: commands/httpget/socket check
- Determine when a container is ready to accept traffic
- ensure only ready pods serve requests
- waiting for an application to perform time-consuming initial tasks that depend on its backing services
- If the readiness probe returns a failed state, Kubernetes removes the pod from all matching service endpoints.