Introducing custom health probes.
Pre-release
Pre-release
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:
- Readiness Probe
- Liveness Probe
- Backend Prefix
- Path in the Ingress
- 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.