How to check Containers health inside a kubernetes pod using livenessProbe?
A Probe is a diagnostic performed periodically by the kubelet on a Container. To perform a diagnostic, the kubelet calls a Handler implemented by the Container. There are three types of handlers: Each probe has one of three results: The kubelet can perform and react to two kinds of probes on running Containers: In this…
