Tag: startup probe
-
How to create a Liveness probe for WordPress in Kubernetes
You have tried to create an HTTP Liveness probe to check for the state of your WordPress container but you are getting a really strange connection refused error. You are getting something like this: It says connection refused, and you are really confused because you are sure that the WordPress Apache server is listening on […]
-
Why are Kubernetes Health Checks useful and, what happens if you don’t have them?
Kubernetes Health checks, what are they for and, why are they useful? And what is the difference between a liveness probe, a readiness probe, and a startup probe? These are probably very abstract concepts to you. So before I go straight into explaining these, I think it is better that I share a story from […]