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

Webhook performance issues #144

Closed
Levovar opened this issue Sep 12, 2019 · 1 comment
Closed

Webhook performance issues #144

Levovar opened this issue Sep 12, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@Levovar
Copy link
Collaborator

Levovar commented Sep 12, 2019

A recent week-long performance benchmarking session identified webhook component as a bottleneck.

Issues are particularly popping because of the configured UPDATE network validation hook. For some reason webhook
1: cannot handle a big number of concurrent calls, resulting in service outage
2: cannot truly recover from service outage
3: takes very long to handle a big number of concurrent requests (longer than it takes K8s API server to persist changes into etcd)

Until the internal bottlenecks are identified the UPDATE netvalidation hook shall be disabled.
Webhook works okay under low stress, so CREATE and DELETE workflows are still safe to be used.

@Levovar
Copy link
Collaborator Author

Levovar commented Sep 30, 2019

Notes related to the issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant