-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Kong status API is invoked every 3 seconds #14332
Comments
As far as I know, Kong itself doesn't set such a timer. Could you try capturing the process that sends these requests? |
Can it be that it is some kind of liveness probe? If you are running in a Kubernetes environment that might be it, but the timeframe is 5s and usually the user agent is Might also be from Kong gateway operator? |
I'm deploying in Kubernetes environement, liveness probe and readiness probe frequency is 60 seconds and 30 seconds respectively for both Kong (Proxy) and ingress controller. I'm not using Kong gateway operator |
Can it be some kind of load balancer you are using? After that I'm out of ideas |
I'm deploying in a K3S environment which has a default load balancer ServiceLB |
Is there an existing issue for this?
Kong version (
$ kong version
)3.4.2
Current Behavior
In Kong logs, I can see the below logs are logged every 3 seconds
How to increase the frequency to 60 seconds ? OR How to disable altogather
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: