What do Liveness probes do and how do they differ from readiness and startup probes?
Solved
Kubernetes Question of the day July 18 2022
Best answer by JMeixner
Liveness probes check if an application running on a container or pod with several container is alive and is in the desired/functional state. A failing liveness probe could for example trigger an restart of the pod or a single container.
Readyness probes check for the readyness of a container or pod to start receiving data.
Startup probes are defined for the startup process of a container application. It disables liveness and readyness probes until it “sees” that the application is started completely.
Comment
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.