who/where actually work liveness probe in kubernetes? who/where actually work liveness probe in kubernetes? kubernetes kubernetes

who/where actually work liveness probe in kubernetes?


Did you check the DNS already ? using the busybox:1.28 try to execute dns lookup to the pod and see what you get.

nslookup pod-ip-in-dash.pod.cluster.local

Another thing you can do which you might already did, check in kube-system if coredns pod is running.

Let me know how went,