Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excessive requests to kubernetes apiserver #922

Closed
rrichardson opened this issue Nov 30, 2016 · 4 comments
Closed

Excessive requests to kubernetes apiserver #922

rrichardson opened this issue Nov 30, 2016 · 4 comments

Comments

@rrichardson
Copy link

Apologies if this is a known issue, but in a multi-master k8s cluster, it seems that Traefik receives and then responds to every event which comes across the k8s bus, included leader election information, which is very chatty. Then the nearest that I can tell, it responds to every event with an apiserver request. The resulting effect is that my k8s master (master) is pegged at 100% cpu. Is there a way to filter the events to which Traefik responds?

@Hades32
Copy link
Contributor

Hades32 commented Nov 30, 2016

Even on a single node k8s installation, traefik+kube-apiserver use up ~150% CPU on my 4 code ARMv8 server! When traefik is stopped it sits comfortably below 20%...

@emilevauge
Copy link
Member

This should be solved in the next release with #836.
@errm WDYT?

@errm
Copy link
Contributor

errm commented Dec 4, 2016

Yes this should be fixed by #836, chattiness should be significantly reduced...

@errm errm closed this as completed Dec 4, 2016
@Hades32
Copy link
Contributor

Hades32 commented Dec 14, 2016

FYI: current master has great performance now. My little ARM board is now actually usable again. Great work!

@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants