In Kubernetes, what is the purpose of a Liveness Probe?
-
A
To check whether the container image is up to date in the registry
-
B
To determine if a container is still running correctly, restarting it if it fails the check
-
C
To measure CPU and memory utilization of a running pod
-
D
To validate the Kubernetes YAML manifest syntax before apply