Hi team, While specifying resources for a task, w...
# announcements
v
Hi team, While specifying resources for a task, what does CPU = '2' actually mean? whether cpu means different instances or threads in the same instance?
s
@Vijay Saravana, cpu = “2” means 2 CPU cores; it’s as per the Kubernetes terminology. Here’s a detailed guide on it: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-units-in-kubernetes
👍 2
v
Thank you!
159 Views