Ingress and rediness probes

I understand that the internal layer 4 load balancer Kubernetes creates for services use the rediness probes to determine when to swap traffic over during a deployment. e.g. as described in this video

Surprisingly, I can’t find any info about whether the ingress-controllers also use these in a similar way.

Does anyone know if ingress-controllers also respect rediness probes?