Having jobs that stream in and out a lot, we might end up having problems with the web pods if those end up being scheduled to run in the same machine as the whole network bandwidth of the machine might be consumed by them, while in reality, those two could be serving the full bandwidth of two VMs.
For instance, consider the following case:
There we have two web nodes in the same VM consuming the whole 1Gib of network bandwidth that the instance has (2 250Mbit TX + 2250MBit RX).
If those workloads were split in two instances, we could go even higher.
Hey,
Having jobs that stream in and out a lot, we might end up having problems with the
web
pods if those end up being scheduled to run in the same machine as the whole network bandwidth of the machine might be consumed by them, while in reality, those two could be serving the full bandwidth of two VMs.For instance, consider the following case:
There we have two web nodes in the same VM consuming the whole 1Gib of network bandwidth that the instance has (2 250Mbit TX + 2250MBit RX).
If those workloads were split in two instances, we could go even higher.