Skip to content

Recommended architecture for Parca deployment #2725

Answered by brancz
gites asked this question in Q&A
Discussion options

You must be logged in to vote
  1. If this is all one Kubernetes cluster, I recommend running one Parca Server for everything, that also does the scraping.
  2. The only one that we can be sure about here is parca-agent, we at Polar Signals recommend to our customers to run it with:
resources:
  requests:
    cpu: 10m
    memory: 100Mi
  limits:
    cpu: 100m
    memory: 500Mi

And we've actually gotten even better so that we're likely to lower tighten these a little more soon, but we haven't experimented with that yet. The scraper should be similar but it depends a bit on the throughput. The Parca server is very hard to say as it depends on the load you put onto it, when using the Parca Agent and no scraping you can expect r…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by metalmatze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants