Health check probes, a Kubernetes concept to determine if a container in a pod is running and serving traffic or not, aka healthy or not. 😃 Types of Probes Liveness Probe – To check whether the container is running and is used…