Hi,
I am currently facing a challenge with configuring the liveness probe for Tyk in our Kubernetes environment. According to the Tyk documentation here, the /hello
endpoint is recommended for health checks. However, I have observed that this endpoint always returns a 200 OK response, even when Tyk is not fully operational due to the unavailability of certain components, such as Redis.
Given this behavior, I am seeking guidance on best practices for configuring the liveness probe in Kubernetes to ensure it accurately reflects the health of the Tyk gateway, especially when critical components are down.
I would appreciate any insights or recommendations you may have.
Thank you for your assistance.