How to log / debug readinessProbes / LivenessProbes?

Hi,

I am not using liveness or readiness probes yet, but I am looking forward to use them now.

If I implement them, is there a way to log / debug them?

Thanks, Andreas

Yes, you can see them and the error in the events. For example with kubectl describe pod.

If the check is executing a command, it will show you the output it printed also