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

Bring the cost down down down #4574

Open
6 tasks
h701h opened this issue Jun 5, 2023 · 1 comment
Open
6 tasks

Bring the cost down down down #4574

h701h opened this issue Jun 5, 2023 · 1 comment

Comments

@h701h
Copy link
Collaborator

h701h commented Jun 5, 2023

AKA Tracker Email issue 1

  • - [ ] Options Analysis
  • Scanning cadence Prod(M, W, F), Staging(On-demand), alpha(on-demand),
  • Logging
  • VMs?
  • Summarize all the moves made.
  • Summarize next steps
@FestiveKyle
Copy link
Collaborator

Actions done so far:

  • Move from 6 nodes (3 zones with 2 nodes each) to 4 nodes (2 zones with 2 nodes each)
  • Moved from cluster DB to single
    • 1 server required instead of 3
    • Faster as joins are slow on shards
    • Cheaper since less logs (servers no longer talk to eachother as there is only 1 server)
  • Moved to Premium V2 SSDs on staging. These are cheaper and faster
    • Still need to move on prod
  • Goldilocks added to GKE for help with pod right-sizing
  • Removed unused SSDs on GKE

Next:

  • Add memory/cpu limits for scanners
  • Create new node pools for scanners for scaling up/down
  • Add KEDA for scanner scaling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants