next-version: Ensure kafka is not running on db1 & storage1
Follow up of [1]
db1 and storage1 are dedicated nodes with lots of disk space and a few pods running on them on purpose. But due to this, the kube scheduler keep on making run backends pods on those nodes which needs lots of resources.
The last service is kafka. Enforcing where to make those run should help in mitigating this issue. Let's do it.
[1] #5506 (closed)