shiv455
shiv455

Reputation: 7764

AWS 1 vcpu is equal to how many cores?

Im trying to set resource limits on some of the deployments in my k8 cluster in AWS,but i was little confused with the relation between Ec2 vcpu vs actual cores.

actaully im running a prometheus components as multiple pods ,so how can i derive the resource limit values for prometheus pods?

Like how to derive memory & cpu numbers for request and limit

Upvotes: 0

Views: 4416

Answers (2)

Yogesh Aggarwal
Yogesh Aggarwal

Reputation: 1115

You may want to look at these benchmarks to gain a practical idea about the power of 1 vCPU. Although they are pretty old but I believe the computing infrastructure don't change much over the years apart from adding new units and plans.

https://www.phoronix.com/review/amazon-ec2-feb2018

Upvotes: 0

dippynark
dippynark

Reputation: 3003

The docs here define the meaning of what Kubernetes considers as 1 CPU. 1 AWS vCPU is equivalent to 1 CPU unit in Kubernetes.

Upvotes: 3

Related Questions