Liveness and readiness probes will help us to manage containers.
Liveness probe is more like typical healthcheck. If liveness probe fails, Kubernetes will destroy and deploy again the failed container.
Info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/