Kubernetes Pod Health Check -Liveness and Readiness Probe

Nidhi
5 min readDec 16, 2020

In this blog, we will explore how to check the health of the pods using Liveness and Readiness Probe

If you are not familiar with basics of Kubernetes pod, please check my blog

Prerequisite:

  1. Functional Kubernetes Cluster

--

--