Skip to content

Questions about the performance comparison #3345

Closed Answered by burgerdev
AmbitionXiang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @AmbitionXiang,

I'm happy to see interest in Constellation's performance! The link you posted is for an older release (2.4), please also take a look at the improved benchmark tables in 2.17: https://constellation-docs.netlify.app/constellation/overview/performance/.

To answer your question: k8s API server request latency should usually not be CPU/memory-bound, so the effect of runtime encryption is often negligible. What we see in these graphs is likely a combination of:

  • Increased network latency due to hosted k8s API server not being local to the cluster.
    • This should explain all the diff for read requests (GET, LIST).
  • Additional work being done by the hosted API server (audit logg…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@AmbitionXiang
Comment options

@burgerdev
Comment options

@AmbitionXiang
Comment options

@burgerdev
Comment options

@AmbitionXiang
Comment options

Answer selected by burgerdev
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
Converted from issue

This discussion was converted from issue #3340 on September 09, 2024 11:03.