istio v1.31.0

WorkloadGroup.spec.probe

`ReadinessProbe` describes the configuration the user must provide for healthchecking on their workload.

9 fields
WorkloadGroup.spec.probe fields and descriptions
Field / TypeDescription
object

Health is determined by how the command that is executed exited.

failureThreshold
integer

Minimum consecutive failures for the probe to be considered failed after having succeeded.

  • format: int32
  • minimum: 0
object

GRPC call is made and response/error is used to determine health.

object

`httpGet` is performed to a given endpoint and the status/able to connect determines health.

initialDelaySeconds
integer

Number of seconds after the container has started before readiness probes are initiated.

  • format: int32
  • minimum: 0
periodSeconds
integer

How often (in seconds) to perform the probe.

  • format: int32
  • minimum: 0
successThreshold
integer

Minimum consecutive successes for the probe to be considered successful after having failed.

  • format: int32
  • minimum: 0
object

Health is determined by if the proxy is able to connect.

timeoutSeconds
integer

Number of seconds after which the probe times out.

  • format: int32
  • minimum: 0