Skip to content
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

Open
1 task done
bharanitharanm opened this issue Feb 28, 2025 · 5 comments
Open
1 task done

Kong status API is invoked every 3 seconds #14332

bharanitharanm opened this issue Feb 28, 2025 · 5 comments

Comments

@bharanitharanm
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Kong version ($ kong version)

3.4.2

Current Behavior

In Kong logs, I can see the below logs are logged every 3 seconds

127.0.0.1 - - [28/Feb/2025:11:17:47 +0000] "GET /status HTTP/1.1" 200 1317 "-" "Go-http-client/1.1"
127.0.0.1 - - [28/Feb/2025:11:17:50 +0000] "GET /status HTTP/1.1" 200 1317 "-" "Go-http-client/1.1"
127.0.0.1 - - [28/Feb/2025:11:17:53 +0000] "GET /status HTTP/1.1" 200 1317 "-" "Go-http-client/1.1"

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

@Water-Melon
Copy link
Contributor

As far as I know, Kong itself doesn't set such a timer. Could you try capturing the process that sends these requests?

@DMaxter
Copy link

DMaxter commented Mar 4, 2025

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 kube-probe...

Might also be from Kong gateway operator?

@bharanitharanm
Copy link
Author

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

@DMaxter
Copy link

DMaxter commented Mar 4, 2025

Can it be some kind of load balancer you are using? After that I'm out of ideas

@bharanitharanm
Copy link
Author

I'm deploying in a K3S environment which has a default load balancer ServiceLB

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants