Skip to content

Introducing custom health probes.

Pre-release
Pre-release
Compare
Choose a tag to compare
@akshaysngupta akshaysngupta released this 10 May 17:46
· 680 commits to master since this release

Health probe on appgw backend will be generated based on fallback from the below list:

  1. Readiness Probe
  2. Liveness Probe
  3. Backend Prefix
  4. Path in the Ingress
  5. Default Probe
    We will use Readiness Probe and Liveness Probe provided in the container spec of the deployment/pods served by the service in the ingress. Container will be picked by matching the service selector and port with the container Port.