Understanding Kubernetes health probes
One of the most common pitfalls that I saw people fall into when they start working with K8s is having a misconfigured health probe that prevents the container from stabilising.
It often looks like this:
• The container works fine locally.
• Keeps restarting and failing on K8s with no error messages