Definition:

  • run periodically
  • Determine when a container is ready to accept traffic
  • 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.

two