Hi All, pod was up and running. All of sudden I started getting Warning Unhealth . . .

Devendra Mishra:
Hi All, pod was up and running. All of sudden I started getting Warning Unhealthy 9m30s (x2746 over 14d) kubelet Liveness probe failed: Get “https://191.121.220.183:8443/dav/v1/health-check”: net/http: TLS handshake timeout. Even I tried deployed package again but still getting this error. How to resolve such errors? any help would be much appreciated.

Sergei Diachenko:
It means that your pod has liveness probe and doesn’t pass it. Pod tries to connect to https://191.121.220.183:8443/dav/v1/health-check and cannot do it.
What that URL is, depends on your infrastructure. As a rule pod itself has this endpoint and must return 200 OK if it is live.