Suppose there is a k8s cluster which is made up of nodes of different hardware specs.
Then 2 pods are allocated to 2 different nodes.
Suppose the container in the pod had specified 1000m cpu.
Could the two containers running on those 2 different nodes show different levels of performance?
To ask more directly: in a heterogeneous k8s cluster, could containers perform differently(iops, cpu, mem, etc) due to which node it happens to be allocated to?