Questions about the performance comparison #3345
-
Hi~ I noticed that Constellation performs even faster than insecure AKS and GKS in terms of API latency. It is amazing! How did you do that? Why is it even faster than k8s without TEEs? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
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:
It's probably not a fair comparison after all, and we don't list it in the docs anymore - my takeaway from the numbers is that Constellation latency is not worse than hosted alternatives. Cheers, Markus |
Beta Was this translation helpful? Give feedback.
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: