Kubernetes provides ways to check the health of pods. Liveness and Readiness Probes can monitor the health of the pods.
We can specify an address in the pod what Kubernetes can curl and if 200 http response code is returned, the pod is considered healthy.