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

fix: Optimise performance #58

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

anurag-rajawat
Copy link
Contributor

@anurag-rajawat anurag-rajawat commented Jul 11, 2024

Description

Optimise performance by reducing CPU usage to 120m (at peak) from 220-250m.

If the changes in this PR are manually verified, list down the scenarios covered:

Stress Test Details:

  • Cluster: 3-node Google Kubernetes Engine (GKE) cluster

  • Workload: Deployment with 30 replicas

  • Stress Tool: Executed following command in all replicas for 30 minutes.

    $ while true; do ls > /dev/null; done

Additional information for reviewer? :

  • No graceful shutdown of informer.

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
@Aryan-sharma11 Aryan-sharma11 merged commit 95e7d11 into kubearmor:main Sep 2, 2024
6 checks passed
@anurag-rajawat anurag-rajawat deleted the perf-optimizations branch September 2, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants