istio v1.31.0
WorkloadGroup.spec.probe
`ReadinessProbe` describes the configuration the user must provide for healthchecking on their workload.
| Field / Type | Description |
|---|---|
Health is determined by how the command that is executed exited. | |
failureThreshold | Minimum consecutive failures for the probe to be considered failed after having succeeded.
|
GRPC call is made and response/error is used to determine health. | |
`httpGet` is performed to a given endpoint and the status/able to connect determines health. | |
initialDelaySeconds | Number of seconds after the container has started before readiness probes are initiated.
|
periodSeconds | How often (in seconds) to perform the probe.
|
successThreshold | Minimum consecutive successes for the probe to be considered successful after having failed.
|
Health is determined by if the proxy is able to connect. | |
timeoutSeconds | Number of seconds after which the probe times out.
|